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 for incorrectly matching folder with unspecified prefix #35

Closed goelhardik closed 2 years ago

goelhardik commented 2 years ago

Fixes #34

codecov[bot] commented 2 years ago

Codecov Report

Merging #35 (20a4d61) into main (7e1bb1f) will increase coverage by 0.13%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #35      +/-   ##
==========================================
+ Coverage   95.83%   95.97%   +0.13%     
==========================================
  Files           4        4              
  Lines         144      149       +5     
==========================================
+ Hits          138      143       +5     
  Misses          6        6              
Impacted Files Coverage Δ
src/Ignore/IgnoreRule.cs 100.00% <100.00%> (ø)
src/Ignore/ReplacerStash.cs 98.61% <100.00%> (+0.08%) :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 7e1bb1f...20a4d61. Read the comment docs.