From ef05b0cc9e0df7e0fd09d767fcf943f08331a603 Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Sat, 13 Jan 2024 17:01:48 +0100 Subject: [PATCH] Update tarpaulin command --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index daa988c..25d61fb 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -14,5 +14,5 @@ jobs: options: --security-opt seccomp=unconfined steps: - uses: actions/checkout@v3 - - run: cargo tarpaulin -f -t 5 --out Xml -v -- --test-threads=1 + - run: cargo tarpaulin -f -t 5 --out xml -v -- --test-threads=1 - uses: codecov/codecov-action@v3