Skip to content

Commit

Permalink
Revert codecov plugin to v3
Browse files Browse the repository at this point in the history
Coverage is no longer reporting on v4 correctly.
  • Loading branch information
ascopes authored Feb 7, 2024
1 parent c0a9e9c commit de45d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
run: ./mvnw -B verify

- name: Publish code coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
continue-on-error: true
if: always()

0 comments on commit de45d31

Please sign in to comment.