Skip to content

Commit

Permalink
added coveragerc file
Browse files Browse the repository at this point in the history
  • Loading branch information
VinzentRisch committed Jan 15, 2025
1 parent b9045d0 commit 1096ac5
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 1096ac5

Please sign in to comment.