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 e144854 + cc9d41f commit e9bef79Copy full SHA for e9bef79
.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: 'plugin/target/site/jacoco/jacoco.xml'
39
disable_search: true
0 commit comments