We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 479739d commit 2d8dde6Copy full SHA for 2d8dde6
.github/workflows/ci.yml
@@ -31,10 +31,10 @@ jobs:
31
run: |
32
python -m pip install --upgrade pip
33
pip install -r requirements.txt
34
- pip install pytest pytest-cov responses codecov requests-mock coveragepy
+ pip install pytest pytest-cov responses codecov requests-mock
35
- name: Test with pytest
36
37
- pytest --cov=./ --cover-xml
+ pytest --cov=./ --cov-report=xml
38
- name: Upload coverage to Codecov
39
uses: codecov/codecov-action@v1
40
with:
0 commit comments