We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2cc7b3 + df1bd18 commit a7a7a81Copy full SHA for a7a7a81
.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