Skip to content

Commit

Permalink
Add .coveragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
LagoLunatic committed Dec 13, 2023
1 parent d57123e commit 4a8123c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[run]
branch = True
omit =
*/uic/ui_*.py
pyscript
signature_bootstrap.py
shibokensupport/*

[report]
exclude_lines =
raise NotImplementedError
if False:
if TYPE_CHECKING:
if typing\.TYPE_CHECKING:

0 comments on commit 4a8123c

Please sign in to comment.