From c14be410d5d03e0794252424421c54f8749b1659 Mon Sep 17 00:00:00 2001 From: ISibboI Date: Sun, 4 Jun 2023 09:26:38 +0300 Subject: [PATCH] Replace `--all-targets` with specific run types for tests and doctests in test coverage CI. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 785cc74..7d5ee30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -300,7 +300,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: tarpaulin - args: --all-features --all-targets --out Lcov -- --test-threads 1 + args: --all-features --out Lcov --run-types Tests Doctests -- --test-threads 1 - name: Upload Coverage uses: coverallsapp/github-action@master