bidict/.coveragerc

13 lines
176 B
Plaintext
Raw Normal View History

[run]
branch = True
parallel = True
source = bidict
dynamic_context = test_function
[report]
precision = 1
exclude_also =
@.*overload
if .*TYPE_CHECKING
def .*: \.\.\.$