Skip to content

Commit

Permalink
Fix coveralls.
Browse files Browse the repository at this point in the history
The environment variable that needs to set seems to have changed as of [this PR][1]

[1]: TheKevJames/coveralls-python#227
  • Loading branch information
vamega committed Oct 27, 2020
1 parent 737b0b2 commit e3ba3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
pip install coveralls
- name: Test with pytest
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pytest --cov=box test/
coveralls
Expand Down

0 comments on commit e3ba3d7

Please sign in to comment.