From c4552c7d2d6ace04ed2ba49a0ff8aae47af59a9b Mon Sep 17 00:00:00 2001 From: Jesper Brynolf Date: Fri, 22 Sep 2023 18:40:31 +0200 Subject: [PATCH] Fixes nightly build. Signed-off-by: Jesper Brynolf --- tss-esapi/tests/coverage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tss-esapi/tests/coverage.sh b/tss-esapi/tests/coverage.sh index f800510e..656e5bd7 100755 --- a/tss-esapi/tests/coverage.sh +++ b/tss-esapi/tests/coverage.sh @@ -16,4 +16,4 @@ tpm2_startup -c -T mssim # Install and run tarpaulin # ############################# cargo install cargo-tarpaulin -cargo tarpaulin --features integration-tests --tests --out Xml --exclude-files="tests/*,../*" -- --test-threads=1 --nocapture +cargo tarpaulin --features integration-tests --tests --out xml --exclude-files="tests/*,../*" -- --test-threads=1 --nocapture