Codebase list python-castellan / 1d06f31
Fix coverage tests Coverage tests seems to be broken on a fresh clone of castellan. Copying the coverage config from Oslo.Config repo. Change-Id: I9a01313d3d1d95726372d5d5f2ac8ab5c3cd13dc Signed-off-by: Moisés Guimarães de Medeiros <moguimar@redhat.com> Moisés Guimarães de Medeiros 4 years ago
1 changed file(s) with 4 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
4040
4141 [testenv:cover]
4242 setenv =
43 PYTHON=coverage run --source $project --parallel-mode
43 PYTHON=coverage run --source castellan --parallel-mode
4444 commands =
45 stestr run {posargs}
45 coverage erase
46 {[testenv]commands}
4647 coverage combine
4748 coverage html -d cover
4849 coverage xml -o cover/coverage.xml
49 coverage report
50 coverage report --show-missing
5051
5152 [testenv:docs]
5253 # This environment is called from CI scripts to test and publish