We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb33e12 commit 32b4841Copy full SHA for 32b4841
.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.3.1
+ uses: codecov/codecov-action@v5.4.0
37
with:
38
file: 'target/site/jacoco/jacoco.xml'
39
disable_search: true
0 commit comments