Skip to content

Commit

Permalink
Update Codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinokuni committed Sep 21, 2024
1 parent 8654e78 commit 9acfb1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:
with:
api-level: 29
script: ./gradlew clean build connectedCheck jacocoFullReport
- uses: codecov/codecov-action@v2.1.0
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./build/reports/jacoco/jacocoFullReport/jacocoFullReport.xml
fail_ci_if_error: true
verbose: true

0 comments on commit 9acfb1e

Please sign in to comment.