Skip to content

Commit

Permalink
tests with coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
xoolive committed Apr 18, 2022
1 parent 401f3f5 commit 13f4fe7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[run]
branch = True
include = */pyModeS/*
omit = *tests*

[report]
exclude_lines =
coverage: ignore
raise NotImplementedError
if TYPE_CHECKING:

ignore_errors = True

0 comments on commit 13f4fe7

Please sign in to comment.