mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
fix coverage
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user