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.
2 parents f12cd41 + fc0db0f commit 8dbf0f7Copy full SHA for 8dbf0f7
.github/workflows/main.yml
@@ -60,7 +60,7 @@ jobs:
60
run: ./mvnw -B -q -ff -ntp test
61
- name: Publish code coverage
62
if: ${{ matrix.release_build && github.event_name != 'pull_request' }}
63
- uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
+ uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
64
with:
65
token: ${{ secrets.CODECOV_TOKEN }}
66
file: ./target/site/jacoco/jacoco.xml
0 commit comments