Skip to content

Commit

Permalink
Try fixing the Coveralls upload step in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Matoking committed Feb 1, 2021
1 parent ff5ed7f commit a5fb8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
pytest -vv --cov=protontricks --cov-report term --cov-report xml tests
- name: Upload coverage
run: |
coveralls
coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: python-${{ matrix.python-version }}
Expand Down

0 comments on commit a5fb8fa

Please sign in to comment.