Skip to content

Commit

Permalink
Update CodeCov action and use authorization token
Browse files Browse the repository at this point in the history
  • Loading branch information
Aruziell committed Jun 1, 2024
1 parent a8c4c33 commit 8b2d351
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ jobs:
run: ./gradlew -Dorg.gradle.jvmargs=-Xmx2g check

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 8b2d351

Please sign in to comment.