-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
fix: set-exit-status on recursivePath #157
base: master
Are you sure you want to change the base?
Conversation
6a29e6e
to
cfb73ee
Compare
cfb73ee
to
9db37ec
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #157 +/- ##
===========================================
- Coverage 89.06% 57.75% -31.32%
===========================================
Files 9 11 +2
Lines 686 1058 +372
===========================================
Hits 611 611
- Misses 52 422 +370
- Partials 23 25 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
9db37ec
to
99288e4
Compare
if len(badFormattedCollection) == 0 { | ||
return nil, nil | ||
} | ||
|
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.
TestSourceDir_Find could be updated to check this change
This fixes set-exit-status when using
./...
#93