Skip to content

Commit

Permalink
Merge pull request #45 from josephbredahl/coveralls-token-crash
Browse files Browse the repository at this point in the history
Use GITHUB_TOKEN per coveralls 3.3.1 help
  • Loading branch information
jombr authored Mar 19, 2024
2 parents c70fbc1 + 42ea74f commit 813bc86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
python -m pip install --upgrade pip
pip install coverage coveralls rply
- name: Test coverage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
coverage run test.py
COVERALLS_REPO_TOKEN=${{ secrets.COVERALLS_REPO_TOKEN }} coveralls
coveralls --service=github

0 comments on commit 813bc86

Please sign in to comment.