pepkit / pipestat

Pipeline results reporting package
https://pep.databio.org/pipestat/
BSD 2-Clause "Simplified" License
4 stars 2 forks source link

Polish pytests with using fixtures and removing redundancy #112

Closed donaldcampbelljr closed 11 months ago

donaldcampbelljr commented 11 months ago

Polish pytests with using fixtures and removing redundancy

codecov[bot] commented 11 months ago

Codecov Report

Merging #112 (f955fd9) into dev (74d4fd3) will increase coverage by 0.14%. Report is 5 commits behind head on dev. The diff coverage is 20.38%.

@@            Coverage Diff             @@
##              dev     #112      +/-   ##
==========================================
+ Coverage   34.18%   34.33%   +0.14%     
==========================================
  Files          21       21              
  Lines        3156     3201      +45     
==========================================
+ Hits         1079     1099      +20     
- Misses       2077     2102      +25     
Files Coverage Δ
tests/test_db_only_mode.py 42.10% <100.00%> (+7.27%) :arrow_up:
tests/test_status.py 41.07% <30.00%> (-8.93%) :arrow_down:
tests/conftest.py 64.83% <37.93%> (-12.59%) :arrow_down:
tests/test_pipestat.py 22.50% <15.38%> (+0.95%) :arrow_up:

... and 2 files with indirect coverage changes

:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!