Skip to content

Commit

Permalink
Try to fix coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
fwitte committed Dec 7, 2023
1 parent 9739a9f commit ea76e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: coverage report -m --fail-under=${{ matrix.vcs == 'bzr' && 84 || 85 }}

- name: Report to coveralls
run: coveralls
run: coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SERVICE_NAME: github

0 comments on commit ea76e74

Please sign in to comment.