Skip to content

Commit 6406b50

Browse files
committed
Use single file when uploading to CodeCov.
1 parent cb7ca8f commit 6406b50

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
- name: Generate coverage with JaCoCo
2929
run: mvn -V --color always -ntp clean verify -Pci
3030
- name: Upload coverage to Codecov
31-
uses: codecov/codecov-action@v4.5.0
31+
uses: codecov/codecov-action@v4.6.0
3232
with:
33-
files: 'target/site/jacoco/jacoco.xml'
33+
file: 'target/site/jacoco/jacoco.xml'
34+
disable_search: true
3435
token: ${{secrets.CODECOV_TOKEN}}

0 commit comments

Comments
 (0)