1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-04 05:17:54 +03:00
openuds/server/coverage.ini

18 lines
280 B
INI
Raw Permalink 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