-
Notifications
You must be signed in to change notification settings - Fork 11
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: add report file name to logs #510
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #510 +/- ##
=======================================
Coverage 97.47% 97.47%
=======================================
Files 417 417
Lines 34828 34842 +14
=======================================
+ Hits 33948 33962 +14
Misses 880 880
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #510 +/- ##
=======================================
Coverage 97.47% 97.47%
=======================================
Files 417 417
Lines 34828 34842 +14
=======================================
+ Hits 33948 33962 +14
Misses 880 880
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found @@ Coverage Diff @@
## main #510 +/- ##
=======================================
Coverage 97.47% 97.47%
=======================================
Files 417 417
Lines 34828 34842 +14
=======================================
+ Hits 33948 33962 +14
Misses 880 880
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Changes have been made to critical files, which contain lines commonly executed in production. Learn more ✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #510 +/- ##
=======================================
Coverage 97.49% 97.49%
=======================================
Files 448 448
Lines 35557 35571 +14
=======================================
+ Hits 34667 34681 +14
Misses 890 890
Flags with carried forward coverage won't be shown. Click here to find out more.
This change has been scanned for critical changes. Learn more |
report=report_file, report_builder=report_builder_to_use | ||
) | ||
except ReportExpiredException as r: | ||
r.filename = current_filename |
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.
Test uncovered in case we want to make a test for this
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.
fixed!
0c559ed
to
753149c
Compare
Fixes: codecov/engineering-team#1755