Skip to content

Commit

Permalink
omit separation.py from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Jun 12, 2024
1 parent b45febc commit 11f2201
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .coveragerc

This file was deleted.

7 changes: 7 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
[tool:pytest]
addopts = --cov-report term-missing --cov mir_eval --cov-report=xml --mpl --mpl-baseline-path=baseline_images/test_display

[coverage:report]
show_missing = True

[coverage:run]
omit =
separation.py

[pydocstyle]
# convention = numpy
# Below is equivalent to numpy convention + D400 and D205
Expand Down

0 comments on commit 11f2201

Please sign in to comment.