mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-23 17:34:17 +03:00
17 lines
254 B
INI
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
|