ci: fix wrong coverage command being executed

This commit is contained in:
Jens Langhammer 2020-07-10 18:07:18 +02:00
parent 0a3528b5f4
commit 38cabfb325
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ stages:
script: |
sudo pip install -U wheel pipenv
pipenv install --dev
pipenv run combine coverage-e2e/coverage coverage-unittest/coverage
pipenv run coverage combine coverage-e2e/coverage coverage-unittest/coverage
pipenv run coverage xml
pipenv run coverage html
- task: PublishCodeCoverageResults@1