Skip to content

Commit

Permalink
Use single file when uploading to CodeCov.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Oct 5, 2024
1 parent cb7ca8f commit 6406b50
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
- name: Generate coverage with JaCoCo
run: mvn -V --color always -ntp clean verify -Pci
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0
with:
files: 'target/site/jacoco/jacoco.xml'
file: 'target/site/jacoco/jacoco.xml'
disable_search: true
token: ${{secrets.CODECOV_TOKEN}}

0 comments on commit 6406b50

Please sign in to comment.