1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-23 17:34:17 +03:00
openuds/server/coverage.ini
2024-01-04 00:48:31 +01:00

18 lines
280 B
INI

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