mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-02-15 18:12:57 -05:00
fix(ci): Change tarpaulin output format from Xml to xml.
It's better huh?
This commit is contained in:
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user