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 8209753 commit 9144e29Copy full SHA for 9144e29
.github/workflows/pytest.yml
@@ -22,7 +22,7 @@ jobs:
22
python -m pip install --upgrade pip
23
python setup.py sdist
24
python setup.py install
25
- python -m pip install pytest pytest-cov pytest-xdist requests coveralls codacy-coverage
+ python -m pip install wheel pytest pytest-cov pytest-xdist requests coveralls codacy-coverage
26
pip install --ignore-installed pytest>=4.4.0
27
pytest --version
28
- name: Test with pytest
@@ -33,5 +33,5 @@ jobs:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
run: |
35
coverage xml
36
- coveralls
+ coveralls --service=github
37
python-codacy-coverage -r coverage.xml
0 commit comments