Disable coverage during deployment stage
Otherwise it will fail as there's no coverage data to combine/publish
This commit is contained in:
parent
e0466d0ad8
commit
9ee8d72fd2
|
@ -65,7 +65,7 @@ jobs:
|
|||
|
||||
- stage: deploy
|
||||
python: '3.6'
|
||||
env:
|
||||
env: PYTEST_NO_COVERAGE=1
|
||||
install: pip install -U setuptools setuptools_scm
|
||||
script: skip
|
||||
deploy:
|
||||
|
|
Loading…
Reference in New Issue