-
Notifications
You must be signed in to change notification settings - Fork 27
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
♻️ Maintenance: Enhanced logs on sms service errors and tests image labels #4456
♻️ Maintenance: Enhanced logs on sms service errors and tests image labels #4456
Conversation
413d5b2
to
dd0179e
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.
Thanks for the test!
Codecov Report
@@ Coverage Diff @@
## master #4456 +/- ##
========================================
- Coverage 85.4% 83.2% -2.3%
========================================
Files 956 838 -118
Lines 42075 38391 -3684
Branches 901 464 -437
========================================
- Hits 35964 31960 -4004
- Misses 5903 6320 +417
+ Partials 208 111 -97
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Code Climate has analyzed commit a04030d and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
👍
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.
👍
What do these changes do?
Various improvements:
Related issue/s
How to test
cd services/web/server make install-dev pytest -vv tests/unit/**/test_*_login.py
DevOps
None