praekeltfoundation / seaworthy

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

ContainerBase testing and some small changes #13

Closed JayH5 closed 7 years ago

JayH5 commented 7 years ago
codecov[bot] commented 7 years ago

Codecov Report

Merging #13 into develop will increase coverage by 0.83%. The diff coverage is 99.06%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #13      +/-   ##
===========================================
+ Coverage    98.33%   99.16%   +0.83%     
===========================================
  Files           16       18       +2     
  Lines          899      958      +59     
  Branches        68       72       +4     
===========================================
+ Hits           884      950      +66     
+ Misses          11        7       -4     
+ Partials         4        1       -3
Impacted Files Coverage Δ
seaworthy/tests-core/containers/__init__.py 100% <ø> (ø)
seaworthy/tests-core/containers/test_base.py 100% <100%> (ø)
seaworthy/tests/containers/test_provided.py 100% <100%> (ø)
seaworthy/containers/base.py 100% <100%> (ø)
seaworthy/containers/provided.py 90% <88.88%> (ø)
seaworthy/tests-testtools/__init__.py

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 b5b3339...a47b481. Read the comment docs.