-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds glob_exclude
file specification parameter.
#186
Conversation
User can prune the files resolved via the `glob` parameter. Fixes #184
Version hint: minor Comment ID: Display the version hint-auto-generated |
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #186 +/- ##
==========================================
- Coverage 93.85% 93.73% -0.12%
==========================================
Files 25 25
Lines 1546 1549 +3
Branches 306 306
==========================================
+ Hits 1451 1452 +1
- Misses 69 70 +1
- Partials 26 27 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Was not properly looking in the correct relative directories.
Thanks for the quick implementation! |
User can prune the files resolved via the
glob
parameter.Fixes #184