Skip to content

Commit

Permalink
Merge pull request #141 from ascopes/task/codecov-v4
Browse files Browse the repository at this point in the history
Use codecov v4
  • Loading branch information
ascopes authored Mar 29, 2024
2 parents 1eb8711 + 1fffca0 commit 66b1685
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 66b1685

Please sign in to comment.