Skip to content

Commit

Permalink
set GITHUB_TOKEN in env for coverall
Browse files Browse the repository at this point in the history
  • Loading branch information
gherceg committed Nov 13, 2023
1 parent 217f3e7 commit bb2304c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: |
coverage run --source='django_prbac' `which django-admin.py` test django_prbac --settings django_prbac.mock_settings --traceback
- name: report coverage stats
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
coverage report
coveralls
coveralls --service=github

0 comments on commit bb2304c

Please sign in to comment.