mintel / pytest-localstack

Pytest plugin for local AWS integration tests
MIT License
78 stars 17 forks source link

Increase Test Coverage #9

Closed jtdoepke closed 5 years ago

jtdoepke commented 6 years ago

Ongoing. Fixes #5.

codecov[bot] commented 6 years ago

Codecov Report

Merging #9 into master will increase coverage by 19.25%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #9       +/-   ##
===========================================
+ Coverage   61.08%   80.33%   +19.25%     
===========================================
  Files          10       25       +15     
  Lines         555     1256      +701     
  Branches        0       91       +91     
===========================================
+ Hits          339     1009      +670     
- Misses        216      221        +5     
- Partials        0       26       +26
Flag Coverage Δ
#functional 57.8% <ø> (+3.38%) :arrow_up:
#integration 46.57% <ø> (+2.25%) :arrow_up:
#unit 36.04% <ø> (+10.64%) :arrow_up:
Impacted Files Coverage Δ
pytest_localstack/service_checks.py 42.85% <0%> (-5.36%) :arrow_down:
pytest_localstack/__init__.py 39.47% <0%> (-5.27%) :arrow_down:
pytest_localstack/session.py 61.93% <0%> (-4.52%) :arrow_down:
pytest_localstack/exceptions.py 30.43% <0%> (-4.35%) :arrow_down:
pytest_localstack/container.py 60.86% <0%> (-4.35%) :arrow_down:
pytest_localstack/contrib/botocore.py 68.02% <0%> (-3.49%) :arrow_down:
tests/functional/test_container.py 84.61% <0%> (ø)
...onal/test_patch_fixture/test_services_available.py 99.36% <0%> (ø)
...al/test_service_fixture/test_services_available.py 100% <0%> (ø)
tests/functional/test_patch_fixture/test_README.py 100% <0%> (ø)
... and 11 more

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 20cc38d...7b572fa. Read the comment docs.