-
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
refactor: introduce helpers and types #578
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #578 +/- ##
=======================================
Coverage 97.50% 97.50%
=======================================
Files 414 417 +3
Lines 35002 35084 +82
=======================================
+ Hits 34127 34209 +82
Misses 875 875
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 #578 +/- ##
==========================================
+ Coverage 97.50% 97.53% +0.03%
==========================================
Files 414 420 +6
Lines 35002 35234 +232
==========================================
+ Hits 34127 34364 +237
+ Misses 875 870 -5
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 #578 +/- ##
==========================================
+ Coverage 97.50% 97.53% +0.03%
==========================================
Files 414 420 +6
Lines 35002 35234 +232
==========================================
+ Hits 34127 34364 +237
+ Misses 875 870 -5
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 #578 +/- ##
==========================================
+ Coverage 97.55% 97.58% +0.03%
==========================================
Files 449 455 +6
Lines 36208 36701 +493
==========================================
+ Hits 35321 35813 +492
- Misses 887 888 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 13 files with indirect coverage changes This change has been scanned for critical changes. Learn more |
0909a53
to
d335c05
Compare
Part 1 of the bundle analysis notify refactor. This PR simply introduces `NotificationType` and helper functions to determine what notifications are configured based on the current_yaml. Some other helper functions are from the existing notify service slightly adjusted to not depend on the class they are declared in
d335c05
to
a22bdab
Compare
Part 1 of the bundle analysis notify refactor.
This PR simply introduces
NotificationType
and helper functions to determinewhat notifications are configured based on the current_yaml.
Some other helper functions are from the existing notify service slightly adjusted
to not depend on the class they are declared in