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 b05ae0e commit 469a78cCopy full SHA for 469a78c
.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
+ pip install pytest pytest-cov responses codecov requests-mock coveragepy
35
- name: Test with pytest
36
37
- pytest --cov=./
+ pytest --cov=./ --cover-xml
38
- name: Upload coverage to Codecov
39
uses: codecov/codecov-action@v1
40
with:
0 commit comments