-
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
feat: customize comment based on status #694
Conversation
Customizes the bundle analysis PR comment based on the commit status outcome. matches designs in codecov/engineering-team#1491 except for the table warnings (we can't get a per-bundle percentage yet) Removing some unit tests in favor of larger scoped ones in `test_bundle_analysis.py`
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #694 +/- ##
=======================================
Coverage 98.07% 98.07%
=======================================
Files 433 433
Lines 36768 36771 +3
=======================================
+ Hits 36059 36063 +4
+ Misses 709 708 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #694 +/- ##
=======================================
Coverage 98.07% 98.07%
=======================================
Files 433 433
Lines 36768 36771 +3
=======================================
+ Hits 36059 36063 +4
+ Misses 709 708 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #694 +/- ##
=======================================
Coverage 98.07% 98.07%
=======================================
Files 433 433
Lines 36768 36771 +3
=======================================
+ Hits 36059 36063 +4
+ Misses 709 708 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAttention: Patch coverage is
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 #694 +/- ##
=======================================
Coverage 98.11% 98.11%
=======================================
Files 475 475
Lines 38124 38127 +3
=======================================
+ Hits 37405 37409 +4
+ Misses 719 718 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes This change has been scanned for critical changes. Learn more |
Customizes the bundle analysis PR comment based on the commit status outcome. matches designs in codecov/engineering-team#1491 except for the table warnings (we can't get a per-bundle percentage yet)
Removing some unit tests in favor of larger scoped ones in
test_bundle_analysis.py