From 733367f775af8fd6eb01b3a0a7a5f46dbbd34efb Mon Sep 17 00:00:00 2001 From: Moritz Meier Date: Tue, 10 Oct 2023 15:52:13 +0200 Subject: [PATCH] Update rust.yml fix: code coverage typo --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 8c22299..9761287 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -89,7 +89,7 @@ jobs: override: true - name: Generate code coverage run: | - cargo +nightly tarpaulin --verbose --all-features --workspace --implicit-test-threads --timeout 120 --out Xml + cargo +nightly tarpaulin --verbose --all-features --workspace --implicit-test-threads --timeout 120 --out xml - name: Upload to codecov.io uses: codecov/codecov-action@v1 with: