fix(ci): Change tarpaulin output format from Xml to xml.

It's better huh?
This commit is contained in:
Ivan Enderlin
2023-09-18 09:58:09 +02:00
parent af402b3864
commit 005d2638cb

View File

@@ -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'