From 50b885d2004038eefd776a3d683911b4c1395b45 Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Sat, 13 Jan 2024 16:59:51 +0100 Subject: [PATCH] Update tarpaulin command in a coverage action --- .github/workflows/coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7d97969eb7..11678c3cdc 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -19,9 +19,9 @@ jobs: cargo +nightly tarpaulin \ --forward \ --timeout 5 \ - --run-types Tests Doctests \ + --run-types Tests --run-types Doctests \ --all-features \ - --out Xml \ + --out xml \ --verbose \ -- \ --test-threads=1