1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00
openuds/tunnel-server/coverage.ini
2022-12-20 18:31:04 +01:00

17 lines
254 B
INI

[run]
dynamic_context = test_function
omit =
test/*
/etc/*
[report]
skip_empty = True
exclude_lines =
pragma: no cover
raise NotImplementedError
if typing.TYPE_CHECKING:
[html]
show_contexts = True
title = UDS Test Coverage Report