Skip to content

Commit

Permalink
Merge pull request #10 from VinzentRisch/9_coveragerc
Browse files Browse the repository at this point in the history
MAINT: Adds .coveragerc file
  • Loading branch information
VinzentRisch authored Jan 15, 2025
2 parents b9045d0 + 1096ac5 commit 4a25e39
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[run]
source=q2_ms
branch = True
omit =
**/test_*.py
**/__init__.py
**/_version.py

[report]
fail_under = 90

0 comments on commit 4a25e39

Please sign in to comment.