tamasgal / thepipe

A simplistic, general purpose pipeline framework.
MIT License
14 stars 2 forks source link

Provenance improvement #10

Closed tamasgal closed 4 years ago

tamasgal commented 4 years ago

Tracks parent and child activity relations

codecov[bot] commented 4 years ago

Codecov Report

Merging #10 into master will decrease coverage by 0.26%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
- Coverage   83.51%   83.24%   -0.27%     
==========================================
  Files           6        6              
  Lines         746      752       +6     
  Branches       95       97       +2     
==========================================
+ Hits          623      626       +3     
- Misses         95       97       +2     
- Partials       28       29       +1     
Impacted Files Coverage Δ
thepipe/core.py 89.30% <50.00%> (-0.79%) :arrow_down:
thepipe/provenance.py 91.13% <100.00%> (+0.17%) :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 ed533b9...45e9c27. Read the comment docs.