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 7482ccb commit 0613e3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
files: 'target/site/jacoco/jacoco.xml'
file: 'target/site/jacoco/jacoco.xml'
disable_search: true
token: ${{secrets.CODECOV_TOKEN}}

0 comments on commit 0613e3c

Please sign in to comment.