Skip to content

Commit

Permalink
Merge pull request #31 from coderefinery/rkdarst/pytest-cov
Browse files Browse the repository at this point in the history
Add pytest-cov, closes coderefinery/testing#200
  • Loading branch information
bast authored Aug 24, 2023
2 parents 4df6b69 + 2138390 commit 87ba7d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
- numpy=1.25.2
- pandas=2.0.3
- pytest=7.4.0
- pytest-cov=4.0.0
- seaborn=0.12.2
- snakemake-minimal=7.22.0
- sphinx=5.3.0
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ nbdime==3.1.1
numpy==1.25.2
pandas==2.0.3
pytest==7.4.0
pytest-cov==4.0.0
seaborn==0.12.2
snakemake==7.22.0
sphinx==5.3.0
Expand Down

0 comments on commit 87ba7d9

Please sign in to comment.