cgarciae / pypeln

Concurrent data pipelines in Python >>>
https://cgarciae.github.io/pypeln
MIT License
1.55k stars 98 forks source link

pytest-cov moved to dev dependencies #73

Closed quarckster closed 3 years ago

quarckster commented 3 years ago

Fixes #72

codecov-io commented 3 years ago

Codecov Report

Merging #73 (385113c) into master (f4160d0) will decrease coverage by 0.00%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #73      +/-   ##
==========================================
- Coverage   90.60%   90.60%   -0.01%     
==========================================
  Files          61       63       +2     
  Lines        2193     2267      +74     
==========================================
+ Hits         1987     2054      +67     
- Misses        206      213       +7     
Impacted Files Coverage Δ
pypeln/utils.py 89.39% <0.00%> (ø)
pypeln/__init__.py 100.00% <0.00%> (ø)

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 f4160d0...385113c. Read the comment docs.

cgarciae commented 3 years ago

Hey @quarckster, thanks a lot for this!