Skip to content

Commit

Permalink
Use codecov v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ascopes authored Mar 29, 2024
1 parent 1eb8711 commit 1fffca0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ jobs:
run: ./mvnw -B verify

- name: Publish code coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
continue-on-error: true
if: always()
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 1fffca0

Please sign in to comment.