Skip to content

Commit

Permalink
Try again with coveragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
misialq committed Oct 23, 2024
1 parent ffb1cab commit 94a2bd9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 17 deletions.
12 changes: 12 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[run]
source=q2_moshpit
branch = True
omit =
**/test_*.py
**/__init__.py
**/_version.py
versioneer.py
**/_examples.py

[report]
fail_under = 90
16 changes: 0 additions & 16 deletions .coveragercXX

This file was deleted.

2 changes: 1 addition & 1 deletion ci/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ test:
- q2_moshpit
- qiime2.plugins.moshpit
commands:
- coverage run --omit "**/test_*.py,**/__init__.py,**/_version.py,versioneer.py,**/_examples.py" -m pytest && coverage xml -o coverage.xml
- coverage run -m pytest && coverage xml -o coverage.xml

about:
home: https://github.com/bokulich-lab/q2-moshpit
Expand Down

0 comments on commit 94a2bd9

Please sign in to comment.