Skip to content

Commit

Permalink
Clean up .coveragerc (#1652)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbaca authored Feb 9, 2025
1 parent 32ca952 commit 8f66aa2
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[run]
branch = False
cover_pylib = False
source =
abjad/
[html]
directory = htmlcov

[report]
exclude_lines =
raise NotImplementedError
pragma: no cover
if TYPE_CHECKING:

[run]
branch = True
cover_pylib = False
source = abjad/

0 comments on commit 8f66aa2

Please sign in to comment.