fix(ci): update cargo-tarpaulin arguments

This commit is contained in:
Orhun Parmaksız 2023-09-19 12:57:05 +03:00
parent 6ffd8e4960
commit a5f0cab864
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90

View File

@ -86,7 +86,7 @@ jobs:
run: |
NO_COLOR=1 cargo tarpaulin \
--no-default-features \
--out Xml --verbose
--out xml --verbose
mv cobertura.xml test-output.xml
- name: Run tests [live]
@ -96,7 +96,7 @@ jobs:
cargo tarpaulin \
--no-default-features \
--features live-tests \
--out Xml --verbose \
--out xml --verbose \
-- "test_systeroid"
./.github/fixtures/check_vars.sh systeroid/sysctl.conf
mv cobertura.xml live-test-output.xml