praekeltfoundation / seaworthy

Test harness for Docker container images 🌊 🚢
BSD 3-Clause "New" or "Revised" License
29 stars 4 forks source link

Epic refactoring of DockerHelper and friends #24

Closed jerith closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #24 into develop will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #24      +/-   ##
===========================================
+ Coverage    99.51%   99.52%   +0.01%     
===========================================
  Files           20       20              
  Lines         1837     1888      +51     
  Branches       131      135       +4     
===========================================
+ Hits          1828     1879      +51     
  Misses           7        7              
  Partials         2        2
Impacted Files Coverage Δ
seaworthy/tests-pytest/test_fixtures_pytester.py 100% <ø> (ø) :arrow_up:
seaworthy/dockerhelper.py 100% <100%> (ø) :arrow_up:
seaworthy/tests-core/test_dockerhelper.py 100% <100%> (ø) :arrow_up:
seaworthy/tests-pytest/test_fixtures.py 100% <100%> (ø) :arrow_up:
seaworthy/tests-core/test_logs.py 100% <100%> (ø) :arrow_up:
seaworthy/tests-core/containers/test_base.py 100% <100%> (ø) :arrow_up:
seaworthy/tests/containers/test_provided.py 100% <100%> (ø) :arrow_up:
seaworthy/containers/base.py 100% <100%> (ø) :arrow_up:
seaworthy/pytest/fixtures.py 94.59% <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 c5d43cc...b54afb3. Read the comment docs.

codecov-io commented 7 years ago

Codecov Report

Merging #24 into develop will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #24      +/-   ##
===========================================
+ Coverage    99.55%   99.58%   +0.02%     
===========================================
  Files           22       22              
  Lines         2037     2155     +118     
  Branches       139      145       +6     
===========================================
+ Hits          2028     2146     +118     
  Misses           7        7              
  Partials         2        2
Impacted Files Coverage Δ
seaworthy/tests-pytest/test_fixtures_pytester.py 100% <ø> (ø) :arrow_up:
seaworthy/tests/containers/test_provided.py 100% <100%> (ø) :arrow_up:
seaworthy/dockerhelper.py 100% <100%> (ø) :arrow_up:
seaworthy/tests-core/test_dockerhelper.py 100% <100%> (ø) :arrow_up:
seaworthy/tests-pytest/test_fixtures.py 100% <100%> (ø) :arrow_up:
seaworthy/tests-core/test_logs.py 100% <100%> (ø) :arrow_up:
seaworthy/tests-core/containers/test_base.py 100% <100%> (ø) :arrow_up:
seaworthy/pytest/fixtures.py 94.59% <100%> (ø) :arrow_up:
seaworthy/tests-core/test_client.py 100% <100%> (ø) :arrow_up:
seaworthy/containers/base.py 100% <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 7f332c4...1a56b18. Read the comment docs.