Use the same version of coverage for combine
3.7's coverage can't find 2.7's coverage data.
This commit is contained in:
parent
655c6c01e4
commit
40d5c90ef6
|
@ -84,7 +84,8 @@ jobs:
|
||||||
displayName: run tox -e $(tox.env)
|
displayName: run tox -e $(tox.env)
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
$(pyTools.pythonLocation)/bin/coverage combine
|
python -m pip install coverage
|
||||||
|
coverage combine
|
||||||
$(pyTools.pythonLocation)/bin/codecov
|
$(pyTools.pythonLocation)/bin/codecov
|
||||||
env:
|
env:
|
||||||
CODECOV_TOKEN: $(codecov.token)
|
CODECOV_TOKEN: $(codecov.token)
|
||||||
|
|
Loading…
Reference in New Issue