Skip to content

Commit

Permalink
adding fix for omitting coverage for forks
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandeivert committed Jun 11, 2020
1 parent 2f10a64 commit 8cd6e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: ${{ matrix.task.name }}
run: ${{ matrix.task.command }}
- name: Submit Coverage
run: coveralls
run: [ ! -z "$COVERALLS_REPO_TOKEN" ] && coveralls
if: matrix.task.name == 'Test'
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

0 comments on commit 8cd6e02

Please sign in to comment.