Closed arjunrn closed 5 years ago
Merging #77 into master will increase coverage by
2.72%
. The diff coverage is0%
.
@@ Coverage Diff @@
## master #77 +/- ##
==========================================
+ Coverage 22.13% 24.86% +2.72%
==========================================
Files 22 23 +1
Lines 1938 2196 +258
==========================================
+ Hits 429 546 +117
- Misses 1509 1650 +141
Impacted Files | Coverage Δ | |
---|---|---|
sevenseconds/helper/auth.py | 27.21% <0%> (ø) |
:arrow_up: |
sevenseconds/_version.py | 44.65% <0%> (ø) |
|
sevenseconds/config/acm.py | 10.71% <0%> (+0.71%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update fa1c918...9c8b277. Read the comment docs.
:+1:
:+1:
Currently, when the the role cannot be found a
None
is returned which then is used in subsequent operations leading to confusing error messages. This fix instead raises and exception when the required role is not available to the user.