jenkins: show execution context in coverage reports (#60446)

This commit is contained in:
Emmanuel Cazenave 2022-01-11 16:03:08 +01:00
parent 8ed4373cca
commit 8ec0ea8ff6
2 changed files with 6 additions and 1 deletions

5
.coveragerc Normal file
View File

@ -0,0 +1,5 @@
[run]
dynamic_context = test_function
[html]
show_contexts = True

View File

@ -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 =