Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

micaelmalta
Copy link

This fixes set-exit-status when using ./...

#93

Copy link

codecov bot commented May 27, 2024

Codecov Report

Attention: Patch coverage is 0% with 9 lines in your changes are missing coverage. Please review.

Project coverage is 57.75%. Comparing base (38044e6) to head (9db37ec).
Report is 1 commits behind head on master.

Current head 9db37ec differs from pull request most recent head 99288e4

Please upload reports for the commit 99288e4 to get more accurate results.

Files Patch % Lines
reviser/dir.go 0.00% 4 Missing and 2 partials ⚠️
main.go 0.00% 3 Missing ⚠️
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     
Flag Coverage Δ
unittests 57.75% <0.00%> (-31.32%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Comment on lines +124 to +127
if len(badFormattedCollection) == 0 {
return nil, nil
}

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

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.

3 participants