-
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
refactor: improve test results finisher notify logic #1070
Conversation
🔍 Existing Issues For ReviewYour pull request is modifying functions with the following pre-existing issues: 📄 File: tasks/test_results_finisher.py
Did you find this useful? React with a 👍 or 👎 |
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #1070 +/- ##
=======================================
Coverage 97.53% 97.53%
=======================================
Files 466 466
Lines 38178 38192 +14
=======================================
+ Hits 37237 37252 +15
+ Misses 941 940 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
📢 Thoughts on this report? Let us know! |
✅ All tests successful. No failed tests were found. 📣 Thoughts on this report? Let Codecov know! | Powered by Codecov |
1818f4b
to
d7400ff
Compare
we don't want to even try to notify if the pull is none, so i'm pushing that check out of the Notifier.notify() and overriding the base notify in the TestResultsNotifier, to expect a Pull
d7400ff
to
03673db
Compare
Suspect IssuesThis pull request was deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
we don't want to even try to notify if the pull is none, so i'm pushing that check out of the Notifier.notify() and overriding the base notify in the TestResultsNotifier, to expect a Pull