We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8cdc1c commit e4d64deCopy full SHA for e4d64de
.github/workflows/main.yml
@@ -61,7 +61,7 @@ jobs:
61
run: ./mvnw -B -q -ff -ntp test
62
- name: Publish code coverage
63
if: github.event_name != 'pull_request' && matrix.java_version == '8'
64
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v3
65
with:
66
token: ${{ secrets.CODECOV_TOKEN }}
67
file: ./target/site/jacoco/jacoco.xml
0 commit comments