mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
fix coverage
This commit is contained in:
@@ -29,18 +29,13 @@ jobs:
|
||||
- script: |
|
||||
make test-readme
|
||||
make ci
|
||||
displayName: 'Test and CI'
|
||||
displayName: 'Test and CI'
|
||||
- task: PublishTestResults@2
|
||||
displayName: 'Publish test results'
|
||||
inputs:
|
||||
testResultsFiles: 'report.xml'
|
||||
testRunTitle: Python $(PYTHON_VERSION)
|
||||
|
||||
- ${{ if eq(parameters.name, 'Windows') }}:
|
||||
- script: |
|
||||
make coverage
|
||||
displayName: 'Coverage'
|
||||
|
||||
- script: |
|
||||
pipenv run codecov -f coverage.xml
|
||||
displayName: 'Run codecov'
|
||||
|
||||
Reference in New Issue
Block a user