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 45fd14e + 0f2d42c commit ae39150Copy full SHA for ae39150
.github/workflows/coverage.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Generate coverage with JaCoCo
34
run: mvn -V --color always -ntp clean verify -Pci
35
- name: Upload coverage to Codecov
36
- uses: codecov/codecov-action@v5.1.2
+ uses: codecov/codecov-action@v5.3.1
37
with:
38
file: 'target/site/jacoco/jacoco.xml'
39
disable_search: true
0 commit comments