Skip to content

Commit

Permalink
upgrade codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoglom committed Dec 8, 2024
1 parent 28af9ba commit ed78bca
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
with:
api-level: 29
script: ./gradlew connectedCheck
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
verbose: true
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit ed78bca

Please sign in to comment.