We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 035cfc7 + ac22985 commit 568c441Copy full SHA for 568c441
.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