Commit a5e4122c authored by Bruno S. Morgado's avatar Bruno S. Morgado
Browse files

FIX: Specify creation of `coverage.xml` needed for CI job

parent 3df7f35e
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ source = ska_skeleton

[tool:pytest]
testpaths = tests
addopts = --cov --json-report --json-report-file=htmlcov/report.json --cov-report term --cov-report html --cov-report annotate --pylint --pylint-error-types=EF
addopts = --cov --json-report --json-report-file=htmlcov/report.json --cov-report term --cov-report html --cov-report xml --pylint --pylint-error-types=EF

# Define `python setup.py build_sphinx`
[build_sphinx]