Closed aermakov-zalando closed 5 years ago
Merging #79 into master will decrease coverage by
0.04%
. The diff coverage is28.57%
.
@@ Coverage Diff @@
## master #79 +/- ##
==========================================
- Coverage 24.86% 24.81% -0.05%
==========================================
Files 23 23
Lines 2196 2200 +4
==========================================
Hits 546 546
- Misses 1650 1654 +4
Impacted Files | Coverage Δ | |
---|---|---|
sevenseconds/config/acm.py | 10% <0%> (-0.72%) |
:arrow_down: |
sevenseconds/helper/aws.py | 58.53% <100%> (ø) |
:arrow_up: |
sevenseconds/config/route53.py | 8.49% <100%> (ø) |
: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 26d946a...8dee87f. Read the comment docs.
:+1:
👍
ACM doesn't allow sending validation emails for certificates in
PENDING_AUTO_RENEWAL
, onlyPENDING_VALIDATION
. Ignore those instead of failing.