Skip to content

Commit

Permalink
Limit Codecov upload to Linux only
Browse files Browse the repository at this point in the history
  • Loading branch information
damithc committed Sep 9, 2023
1 parent 7cd044b commit 07778d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
run: ./gradlew check coverage

- name: Upload coverage reports to Codecov
if: runner.os == 'Linux'
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 07778d9

Please sign in to comment.