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:
Hynek Schlawack 2019-06-02 09:27:57 +02:00
parent 655c6c01e4
commit 40d5c90ef6
1 changed files with 2 additions and 1 deletions

View File

@ -84,7 +84,8 @@ jobs:
displayName: run tox -e $(tox.env)
- script: |
$(pyTools.pythonLocation)/bin/coverage combine
python -m pip install coverage
coverage combine
$(pyTools.pythonLocation)/bin/codecov
env:
CODECOV_TOKEN: $(codecov.token)