Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
Correct casing of xml output for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
growse committed Sep 18, 2023
1 parent 37ef7a5 commit 93a2394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
name: Generate coverage
with:
command: tarpaulin
args: --out Xml
args: --out xml
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 93a2394

Please sign in to comment.