Skip to content

Commit 279e4e4

Browse files
authored
Merge pull request #436 from Superhepper/code-coverage-fix
Fixes nightly builds.
2 parents 3eb976d + c4552c7 commit 279e4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tss-esapi/tests/coverage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ tpm2_startup -c -T mssim
1616
# Install and run tarpaulin #
1717
#############################
1818
cargo install cargo-tarpaulin
19-
cargo tarpaulin --features integration-tests --tests --out Xml --exclude-files="tests/*,../*" -- --test-threads=1 --nocapture
19+
cargo tarpaulin --features integration-tests --tests --out xml --exclude-files="tests/*,../*" -- --test-threads=1 --nocapture

0 commit comments

Comments
 (0)