-
Notifications
You must be signed in to change notification settings - Fork 11
Do not trigger Notify
twice from TestResultsFinisher
#900
Conversation
This also fixes up the return value in case the test results comment was updates. Plus, it does a little formatting and typing cleanup.
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.
good catch!
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 #900 +/- ##
==========================================
+ Coverage 98.04% 98.06% +0.01%
==========================================
Files 444 444
Lines 35435 35471 +36
==========================================
+ Hits 34744 34783 +39
+ Misses 691 688 -3
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 #900 +/- ##
==========================================
+ Coverage 98.04% 98.06% +0.01%
==========================================
Files 444 444
Lines 35435 35471 +36
==========================================
+ Hits 34744 34783 +39
+ Misses 691 688 -3
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 #900 +/- ##
==========================================
+ Coverage 98.04% 98.06% +0.01%
==========================================
Files 444 444
Lines 35435 35471 +36
==========================================
+ Hits 34744 34783 +39
+ Misses 691 688 -3
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 #900 +/- ##
==========================================
+ Coverage 98.04% 98.06% +0.01%
==========================================
Files 444 444
Lines 35435 35471 +36
==========================================
+ Hits 34744 34783 +39
+ Misses 691 688 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
✅ All tests successful. No failed tests were found. 📣 Thoughts on this report? Let Codecov know! | Powered by Codecov |
This also fixes up the return value in case the test results comment was updates.
Plus, it does a little formatting and typing cleanup.