Skip to content

Commit

Permalink
GH-21 Use codecov/codecov-action@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Feb 6, 2023
1 parent 6a35553 commit 1a3818f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew build test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
Expand Down

0 comments on commit 1a3818f

Please sign in to comment.