jenkins: show execution context in coverage reports (#60446)
parent
8ed4373cca
commit
8ec0ea8ff6
|
@ -0,0 +1,5 @@
|
|||
[run]
|
||||
dynamic_context = test_function
|
||||
|
||||
[html]
|
||||
show_contexts = True
|
2
tox.ini
2
tox.ini
|
@ -10,7 +10,7 @@ setenv =
|
|||
PYTHONPATH=.
|
||||
SETUPTOOLS_USE_DISTUTILS=stdlib
|
||||
DB_ENGINE=postgresql_psycopg2
|
||||
coverage: COVERAGE=--cov=mellon --cov-branch --cov-append --cov-report xml --cov-report html
|
||||
coverage: COVERAGE=--cov=mellon --cov-branch --cov-append --cov-report xml --cov-report html --cov-config .coveragerc
|
||||
usedevelop =
|
||||
coverage: true
|
||||
deps =
|
||||
|
|
Loading…
Reference in New Issue