Skip to content

Commit

Permalink
ci: change path to coverage file
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Dec 10, 2022
1 parent 17d4e90 commit 0940603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Upload code coverage to Codecov
uses: codecov/codecov-action@v3
with:
file: target/coverage/coverage-final.json
file: target/coverage/clover.xml
build:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 0940603

Please sign in to comment.