ci: fix coverage combine for unittest and e2e
This commit is contained in:
parent
a57d21f5e8
commit
e69ca5a229
|
@ -1,5 +1,6 @@
|
|||
[run]
|
||||
source = passbook
|
||||
relative_files = true
|
||||
omit =
|
||||
*/asgi.py
|
||||
manage.py
|
||||
|
|
|
@ -225,11 +225,9 @@ stages:
|
|||
script: |
|
||||
sudo pip install -U wheel pipenv
|
||||
pipenv install --dev
|
||||
find .
|
||||
pipenv run coverage combine coverage-e2e/coverage coverage-unittest/coverage
|
||||
pipenv run coverage xml
|
||||
pipenv run coverage html
|
||||
find .
|
||||
- task: PublishCodeCoverageResults@1
|
||||
inputs:
|
||||
codeCoverageTool: 'Cobertura'
|
||||
|
|
Reference in New Issue