Skip to content

Commit

Permalink
Add missing coveralls token
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed May 18, 2020
1 parent 700955a commit c5292d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -42,6 +42,8 @@ jobs:
run: |
py.test -m ${{ matrix.marker || 'unit' }}
- name: Post Coverage
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
coveralls
if: ${{ matrix.coverage }}
Expand Down

0 comments on commit c5292d7

Please sign in to comment.