fix coverage

This commit is contained in:
2018-11-13 07:48:59 -05:00
parent 398d1105b4
commit ce52825d12
-5
View File
@@ -36,11 +36,6 @@ jobs:
testResultsFiles: 'report.xml' testResultsFiles: 'report.xml'
testRunTitle: Python $(PYTHON_VERSION) testRunTitle: Python $(PYTHON_VERSION)
- ${{ if eq(parameters.name, 'Windows') }}:
- script: |
make coverage
displayName: 'Coverage'
- script: | - script: |
pipenv run codecov -f coverage.xml pipenv run codecov -f coverage.xml
displayName: 'Run codecov' displayName: 'Run codecov'