NLeSC / noodles

Computational workflow engine, making distributed computing in Python easy!
http://nlesc.github.io/noodles
Apache License 2.0
21 stars 7 forks source link

Develop #71

Closed jhidding closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #71 into master will increase coverage by 1.86%. The diff coverage is 87.93%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #71      +/-   ##
==========================================
+ Coverage   68.27%   70.14%   +1.86%     
==========================================
  Files          67       65       -2     
  Lines        2604     2683      +79     
  Branches      394      397       +3     
==========================================
+ Hits         1778     1882     +104     
+ Misses        751      723      -28     
- Partials       75       78       +3
Impacted Files Coverage Δ
noodles/lib/__init__.py 100% <ø> (ø) :arrow_up:
noodles/run/single/sqlite3.py 96.66% <100%> (ø) :arrow_up:
noodles/lib/utility.py 81.81% <100%> (+2.87%) :arrow_up:
noodles/run/logging.py 100% <100%> (ø) :arrow_up:
noodles/run/scheduler.py 87.91% <100%> (+0.55%) :arrow_up:
noodles/serial/path.py 100% <100%> (ø)
noodles/run/messages.py 86.95% <50%> (-3.52%) :arrow_down:
noodles/interface/functions.py 72.91% <50%> (-1%) :arrow_down:
noodles/workflow/model.py 91.04% <75%> (+9.79%) :arrow_up:
noodles/serial/registry.py 88.23% <85.18%> (+6.72%) :arrow_up:
... and 7 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 2427ce6...99aa860. Read the comment docs.