Skip to content

Commit

Permalink
upload coverage file only from Ubuntu environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ktr0731 committed Apr 12, 2020
1 parent 576df22 commit 775e35b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
if: matrix.os == 'ubuntu-18.04'
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt

0 comments on commit 775e35b

Please sign in to comment.