Skip to content

Commit

Permalink
ci(workflows/pr-check): coveralls ony in ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
victorperin committed Aug 6, 2021
1 parent 3667f22 commit 4bf89ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
CC_TEST_REPORTER_ID: 7224dfa80ac316eaffa0c0d753c472d455d995ac1a10dd2ff66462ad48b70577

- name: publish code coverage on Coveralls
if: matrix.os == 'ubuntu-latest'
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4bf89ed

Please sign in to comment.