ci: fix wrong coverage command being executed
This commit is contained in:
parent
0a3528b5f4
commit
38cabfb325
|
@ -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
|
||||
|
|
Reference in New Issue