There was an error while loading. Please reload this page.
1 parent 82191a0 commit 050b2a3Copy full SHA for 050b2a3
1 file changed
.github/workflows/main.yml
@@ -56,7 +56,7 @@ jobs:
56
run: ./mvnw -B -q -ff -ntp test jacoco:report
57
- name: Publish code coverage
58
if: ${{ matrix.release_build && github.event_name != 'pull_request' }}
59
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
+ uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
60
with:
61
token: ${{ secrets.CODECOV_TOKEN }}
62
files: cbor/target/site/jacoco/jacoco.xml,smile/target/site/jacoco/jacoco.xml,avro/target/site/jacoco/jacoco.xml,protobuf/target/site/jacoco/jacoco.xml,ion/target/site/jacoco/jacoco.xml
0 commit comments