Closed suprzer0 closed 6 years ago
Merging #10 into master will decrease coverage by
<.01%
. The diff coverage is56.47%
.
@@ Coverage Diff @@
## master #10 +/- ##
=========================================
- Coverage 60.1% 60.1% -0.01%
=========================================
Files 10 10
Lines 569 584 +15
=========================================
+ Hits 342 351 +9
- Misses 227 233 +6
Flag | Coverage Δ | |
---|---|---|
#functional | 53.76% <56.47%> (+0.16%) |
:arrow_up: |
#integration | 43.66% <28.23%> (+0.43%) |
:arrow_up: |
#unit | 24.82% <34.11%> (+0.04%) |
:arrow_up: |
Impacted Files | Coverage Δ | |
---|---|---|
pytest_localstack/constants.py | 0% <0%> (ø) |
:arrow_up: |
pytest_localstack/session.py | 66.27% <57.14%> (-0.18%) |
: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 1bbff41...8956911. Read the comment docs.
A -0.03% decrease in test coverage is probably not a good reason to fail the checks. Need to fiddle with the Codecov settings.
Added a parent class, RunningSession, for pytest_localstack.session.LocalstackSession for connecting to an already running instance of localstack.