praekeltfoundation / seaworthy

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

Add some missing docs #45

Closed jerith closed 7 years ago

jerith commented 7 years ago

I'm going through the output of make coverage and adding a bunch of things that it complains about.

codecov[bot] commented 7 years ago

Codecov Report

Merging #45 into develop will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           develop    #45   +/-   ##
======================================
  Coverage      100%   100%           
======================================
  Files           26     26           
  Lines         2418   2415    -3     
  Branches       154    154           
======================================
- Hits          2418   2415    -3
Impacted Files Coverage Δ
seaworthy/_lowlevel.py 100% <ø> (ø) :arrow_up:
seaworthy/containers/redis.py 100% <ø> (ø) :arrow_up:
seaworthy/containers/rabbitmq.py 100% <ø> (ø) :arrow_up:
seaworthy/client.py 100% <ø> (ø) :arrow_up:
seaworthy/tests-core/test_definitions.py 100% <ø> (ø) :arrow_up:
seaworthy/testtools.py 100% <ø> (ø) :arrow_up:
seaworthy/helpers.py 100% <ø> (ø) :arrow_up:
seaworthy/definitions.py 100% <ø> (ø) :arrow_up:
seaworthy/pytest/fixtures.py 100% <ø> (ø) :arrow_up:
seaworthy/containers/postgresql.py 100% <ø> (ø) :arrow_up:
... and 4 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 f161b81...7a102f5. Read the comment docs.