From 81b996e18ce15d3359d2da1749f5e6afba4abcb4 Mon Sep 17 00:00:00 2001 From: ISibboI Date: Sun, 4 Jun 2023 09:17:22 +0300 Subject: [PATCH] Add `--all-targets` flag to coverage CI tests. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69edaa0..785cc74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -300,10 +300,10 @@ jobs: uses: actions-rs/cargo@v1 with: command: tarpaulin - args: --all --all-features --out Lcov -- --test-threads 1 + args: --all-features --all-targets --out Lcov -- --test-threads 1 - name: Upload Coverage uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} - path-to-lcov: ./lcov.info \ No newline at end of file + path-to-lcov: ./lcov.info