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.
1 parent cb7ca8f commit 6406b50Copy full SHA for 6406b50
.github/workflows/coverage.yml
@@ -28,7 +28,8 @@ 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@v4.5.0
+ uses: codecov/codecov-action@v4.6.0
32
with:
33
- files: 'target/site/jacoco/jacoco.xml'
+ file: 'target/site/jacoco/jacoco.xml'
34
+ disable_search: true
35
token: ${{secrets.CODECOV_TOKEN}}
0 commit comments