-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix(user): allow users to choose notification email. Fixes MA-134 #179
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 might have found the problem with the tests
Codecov Report
@@ Coverage Diff @@
## master #179 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 42 42
Lines 1329 1332 +3
Branches 207 208 +1
=========================================
+ Hits 1329 1332 +3
Continue to review full report at Codecov.
|
All I need to do now is add new tests so that Codecov does not complain about not reached all cases of the if-statement |
55735dd
to
3f72531
Compare
Okay, so I added a test but it failed of course. We need #184 to be merged first |
3f72531
to
f1d75be
Compare
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.
Tests pass, so should be good to me
## [1.31.3](1.31.2...1.31.3) (2021-02-08) ### Bug Fixes * **user:** allow users to choose notification email. Fixes MA-134 ([#179](#179)) ([353d9d4](353d9d4))
🎉 This PR is included in version 1.31.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Add backend for #722, fixes issue MA-134