Open distortedsignal opened 4 years ago
Merging #44 into master will increase coverage by
0.17%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #44 +/- ##
==========================================
+ Coverage 91.01% 91.19% +0.17%
==========================================
Files 2 2
Lines 345 352 +7
==========================================
+ Hits 314 321 +7
Misses 31 31
Impacted Files | Coverage Δ | |
---|---|---|
samlauthenticator/samlauthenticator.py | 91.16% <100%> (+0.17%) |
: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 d78b663...7273d55. Read the comment docs.
While they didn't request it, I want to thank freenode user SnoopJeDi for helping me figure out that, whenever the multiple returns pattern in python is used, python is, in fact, returning a tuple. It was supremely swell of them.
Signed-off-by: Tom Kelley distortedsignal@gmail.com