Skip to content

Commit

Permalink
Define GITHUB_TOKEN for coveralls upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Nov 9, 2020
1 parent 858aaae commit 19e407d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
run: |
pytest --cov=brian2modelfitting
- name: Upload coverage to coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: ${{ matrix.python-version == '3.6' }}
run: coveralls

0 comments on commit 19e407d

Please sign in to comment.