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

18 lines
280 B
INI
Raw Normal View History

2022-08-16 01:18:32 +03:00
[run]
dynamic_context = test_function
omit =
*/migrations/*
*/tests/*
branch = True
2022-08-16 01:18:32 +03:00
[report]
skip_empty = True
exclude_lines =
pragma: no cover
raise NotImplementedError
if typing.TYPE_CHECKING:
2022-08-16 01:18:32 +03:00
[html]
show_contexts = True
title = UDS Test Coverage Report