Closed linki closed 4 years ago
Merging #95 into master will decrease coverage by
0.02%
. The diff coverage is60.00%
.
@@ Coverage Diff @@
## master #95 +/- ##
==========================================
- Coverage 24.26% 24.24% -0.03%
==========================================
Files 24 24
Lines 2019 2021 +2
==========================================
Hits 490 490
- Misses 1529 1531 +2
Impacted Files | Coverage Δ | |
---|---|---|
sevenseconds/config/acm.py | 9.67% <0.00%> (-0.33%) |
:arrow_down: |
sevenseconds/config/securitygroup.py | 39.78% <100.00%> (ø) |
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 36929d7...c1439e2. Read the comment docs.
This adds the case of resending a validation email if the renewal is pending (in addition to the top level pending case).
This wouldn't be covered by the 4 weeks expiry case because the cert is stillThis would also eventually be covered by the 4 weeks expiry case below but seems that AWS marks them as pending already before. So let's just send those mails if there are pending renewals.ISSUED
and therefore enters thecontinue
block.Note that
RenewalSummary
isn't present on all certs (gets added after first renewal I think) hence theif in
.