Skip to content

Commit 9144e29

Browse files
committed
Fix coverage
1 parent 8209753 commit 9144e29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python -m pip install --upgrade pip
2323
python setup.py sdist
2424
python setup.py install
25-
python -m pip install pytest pytest-cov pytest-xdist requests coveralls codacy-coverage
25+
python -m pip install wheel pytest pytest-cov pytest-xdist requests coveralls codacy-coverage
2626
pip install --ignore-installed pytest>=4.4.0
2727
pytest --version
2828
- name: Test with pytest
@@ -33,5 +33,5 @@ jobs:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
run: |
3535
coverage xml
36-
coveralls
36+
coveralls --service=github
3737
python-codacy-coverage -r coverage.xml

0 commit comments

Comments
 (0)