bidict/.coveragerc

16 lines
272 B
Plaintext
Raw Permalink Normal View History

[run]
branch = True
parallel = True
source = bidict
dynamic_context = test_function
[report]
precision = 1
2024-03-15 16:03:18 +00:00
show_missing = True
# Don't show files in the report that are 100% covered:
skip_covered = True
exclude_also =
@.*overload
if .*TYPE_CHECKING
def .*: \.\.\.$