bidict/.coveragerc

14 lines
199 B
Plaintext
Raw Normal View History

[run]
branch = True
parallel = True
source = bidict
dynamic_context = test_function
[report]
precision = 1
exclude_also =
def __repr__
@.*overload
if .*TYPE_CHECKING
class .*(.*Protocol.*):