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 b0cddf5 commit de8bcf1
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/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 de8bcf1

Please sign in to comment.