goelhardik / ignore

.gitignore based parser implemented in C# according to the .gitignore spec 2.29.2.
MIT License
50 stars 5 forks source link

Fix broken leading star #11

Closed goelhardik closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #11 (b65914c) into main (29e8a3c) will increase coverage by 0.17%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #11      +/-   ##
==========================================
+ Coverage   95.38%   95.55%   +0.17%     
==========================================
  Files           4        4              
  Lines         130      135       +5     
==========================================
+ Hits          124      129       +5     
  Misses          6        6              
Impacted Files Coverage Δ
src/Ignore/IgnoreRule.cs 100.00% <100.00%> (ø)
src/Ignore/ReplacerStash.cs 98.33% <100.00%> (+0.11%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 29e8a3c...b65914c. Read the comment docs.