Skip to content

Commit

Permalink
fix(ci): Change tarpaulin output format from Xml to xml.
Browse files Browse the repository at this point in the history
It's better huh?
  • Loading branch information
Hywan committed Sep 18, 2023
1 parent af402b3 commit 005d263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Run tarpaulin
run: |
rustup run stable cargo tarpaulin --skip-clean --profile cov --out Xml --features testing
rustup run stable cargo tarpaulin --skip-clean --profile cov --out xml --features testing
env:
CARGO_PROFILE_COV_INHERITS: 'dev'
CARGO_PROFILE_COV_DEBUG: 'false'
Expand Down

0 comments on commit 005d263

Please sign in to comment.