Closed kusha closed 6 years ago
Merging #53 into master will decrease coverage by
0.72%
. The diff coverage is50%
.
@@ Coverage Diff @@
## master #53 +/- ##
==========================================
- Coverage 83% 82.27% -0.73%
==========================================
Files 2 2
Lines 153 158 +5
Branches 20 21 +1
==========================================
+ Hits 127 130 +3
- Misses 22 23 +1
- Partials 4 5 +1
Impacted Files | Coverage Δ | |
---|---|---|
cmreslogging/handlers.py | 81.45% <50%> (-0.74%) |
:arrow_down: |
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 5e042bb...b800c07. Read the comment docs.
Closing PR because it was created on top of the commit with other changes. I will create the PR on top of the commit from upstream.
client_cert and ca_certs are new parameters of CMRESHandler. CERT_AUTH is an alais for NO_AUTH to support both cert + HTTP auth for other authentication methods.