-
Notifications
You must be signed in to change notification settings - Fork 14
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
Debug notification sending #760
Conversation
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.
I also really would like some more tests for the send
method to also document that way when we expect it to return False
and when to return True
.
a89651c
to
a3d4c3a
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #760 +/- ##
==========================================
- Coverage 79.00% 78.78% -0.23%
==========================================
Files 74 74
Lines 3635 3653 +18
==========================================
+ Hits 2872 2878 +6
- Misses 763 775 +12 ☔ View full report in Codecov by Sentry. |
a3d4c3a
to
c5198ee
Compare
c5198ee
to
a5c8c70
Compare
And I would like a changelog entry, because now we're actually changing the way that notifications are sent (since we break in sms if we encounter an error) |
This'll actually take multiple changelogs, which means this should have been multiple PRs. |
Quality Gate passedIssues Measures |
Merge after #690, might need to be adapted.