We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3daccee + 23d1657 commit a673929Copy full SHA for a673929
.github/workflows/coverage.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Generate coverage with JaCoCo
29
run: mvn -V --color always -ntp clean verify -Pci
30
- name: Upload coverage to Codecov
31
- uses: codecov/codecov-action@v5.0.7
+ uses: codecov/codecov-action@v5.4.0
32
with:
33
file: 'target/site/jacoco/jacoco.xml'
34
disable_search: true
0 commit comments