Closed arjunrn closed 4 years ago
Merging #94 into master will decrease coverage by
0.03%
. The diff coverage is16.66%
.
@@ Coverage Diff @@
## master #94 +/- ##
==========================================
- Coverage 24.30% 24.26% -0.04%
==========================================
Files 24 24
Lines 2016 2019 +3
==========================================
Hits 490 490
- Misses 1526 1529 +3
Impacted Files | Coverage Δ | |
---|---|---|
sevenseconds/config/vpc.py | 7.49% <0.00%> (-0.05%) |
:arrow_down: |
sevenseconds/cli.py | 63.49% <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 4b6dc1c...61cbb76. Read the comment docs.
LGTM, but I'd bump the config version to avoid people accidentally recreating the gateways.
👍
:+1:
:+1:
If an account has
enable_nat
set to false then sevenseconds will not create NAT for that account. Existing subnets and NATs won't be deleted. This config items is alsoTrue
by default.