Skip to content

Ignore#21

Merged
ultimateanu merged 22 commits intomainfrom
ignore
Mar 8, 2023
Merged

Ignore#21
ultimateanu merged 22 commits intomainfrom
ignore

Conversation

@ultimateanu
Copy link
Copy Markdown
Owner

Fixes #20

Added a new --ignore flag to specify directories and files to ignore.

Example:
hashdir --ignore "node_modules" --ignore "**/*.xml" ~/Desktop/project

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 8, 2023

Codecov Report

Patch coverage: 86.30% and project coverage change: -1.73 ⚠️

Comparison is base (483516f) 93.22% compared to head (c03f9ca) 91.50%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #21      +/-   ##
==========================================
- Coverage   93.22%   91.50%   -1.73%     
==========================================
  Files           7        7              
  Lines         561      671     +110     
  Branches       77       79       +2     
==========================================
+ Hits          523      614      +91     
- Misses         16       33      +17     
- Partials       22       24       +2     
Impacted Files Coverage Δ
src/HashUtil/Verification.fs 74.43% <66.17%> (-10.99%) ⬇️
src/App/Program.fs 98.25% <100.00%> (+0.42%) ⬆️
src/HashUtil/Hashing.fs 98.82% <100.00%> (+0.57%) ⬆️
src/HashUtil/Library.fs 96.20% <0.00%> (+1.26%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ultimateanu ultimateanu merged commit 08c724e into main Mar 8, 2023
@ultimateanu ultimateanu deleted the ignore branch March 8, 2023 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Option to skip certain folders

1 participant