Skip to content

Commit

Permalink
Update codecov action to v4 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
petertrr authored Apr 9, 2024
1 parent b370f69 commit 5f3e6b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
name: gradle-test-report
path: '**/build/reports/'
- name: Code coverage report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
flags: unittests
fail_ci_if_error: true # optional (default = false)
Expand Down

0 comments on commit 5f3e6b3

Please sign in to comment.