tensorwerk / stockroom

Version control for software 2.0
https://tensorwerk.com
Apache License 2.0
64 stars 5 forks source link

Improving coverage #35

Closed hhsecond closed 4 years ago

hhsecond commented 4 years ago

Description

Types of changes

What types of changes does your code introduce? Put an x in all the boxes that apply:

codecov-commenter commented 4 years ago

Codecov Report

Merging #35 into master will increase coverage by 51.10%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #35       +/-   ##
===========================================
+ Coverage   40.42%   91.53%   +51.10%     
===========================================
  Files          21       21               
  Lines         653      685       +32     
  Branches       48       51        +3     
===========================================
+ Hits          264      627      +363     
+ Misses        389       47      -342     
- Partials        0       11       +11     
Impacted Files Coverage Δ
stockroom/parser.py 100.00% <100.00%> (+100.00%) :arrow_up:
stockroom/storages/data.py 83.33% <100.00%> (+83.33%) :arrow_up:
stockroom/storages/experiment.py 84.21% <100.00%> (+84.21%) :arrow_up:
stockroom/storages/model.py 83.13% <100.00%> (+83.13%) :arrow_up:
tests/conftest.py 100.00% <100.00%> (ø)
tests/test_cli.py 100.00% <100.00%> (ø)
tests/test_experiment.py 100.00% <100.00%> (ø)
tests/test_model.py 100.00% <100.00%> (ø)
... 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 f643d83...1061090. Read the comment docs.