-
Notifications
You must be signed in to change notification settings - Fork 150
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
Support to wildcard a path with --exclude #528
base: main
Are you sure you want to change the base?
Conversation
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved pending CI fixes
for more information, see https://pre-commit.ci
started the CI. lets see |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #528 +/- ##
==========================================
+ Coverage 92.01% 92.05% +0.03%
==========================================
Files 20 20
Lines 1315 1321 +6
Branches 247 248 +1
==========================================
+ Hits 1210 1216 +6
Misses 65 65
Partials 40 40 ☔ View full report in Codecov by Sentry. |
The test ( |
#508 add ability to wildcast an
--exclude
, however it checkes against the so name, not full path. This prevents to exclude all libs within specific directory.This PR tries to also support it.
cc @KyleFromNVIDIA