-
Notifications
You must be signed in to change notification settings - Fork 10
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: upgrade message in BA commit status #700
Conversation
We want the bundle analysis - no longer in beta - to be similar to coverage in terms of seat count. After some code review I stumbled upon https://github.com/codecov/worker/blob/ab427f8311ee1d9306f692f531c67e3897786faf/services/notification/notifiers/status/base.py#L47 This was not yet ported to bundle analysis. So these changes do just that.
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #700 +/- ##
=======================================
Coverage 98.09% 98.09%
=======================================
Files 434 434
Lines 36548 36600 +52
=======================================
+ Hits 35852 35904 +52
Misses 696 696
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 #700 +/- ##
=======================================
Coverage 98.09% 98.09%
=======================================
Files 434 434
Lines 36548 36600 +52
=======================================
+ Hits 35852 35904 +52
Misses 696 696
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 #700 +/- ##
=======================================
Coverage 98.09% 98.09%
=======================================
Files 434 434
Lines 36548 36600 +52
=======================================
+ Hits 35852 35904 +52
Misses 696 696
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. Additional details and impacted files@@ Coverage Diff @@
## main #700 +/- ##
=======================================
Coverage 98.13% 98.14%
=======================================
Files 475 475
Lines 37903 37955 +52
=======================================
+ Hits 37198 37250 +52
Misses 705 705
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 |
We want the bundle analysis - no longer in beta - to be similar to coverage
in terms of seat count.
After some code review I stumbled upon
worker/services/notification/notifiers/status/base.py
Line 47 in ab427f8
This was not yet ported to bundle analysis. So these changes do just that.