From 61606d53e61fbabc0226cc29f5364c8144c9637b Mon Sep 17 00:00:00 2001 From: Huan-Cheng Chang Date: Mon, 10 Apr 2023 15:51:29 +0200 Subject: [PATCH] update --- .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 a6f432dfa..51f274f8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: version: latest - name: Coverage with tarpaulin - run: cargo tarpaulin --out Lcov -- --test-threads 1 + run: cargo tarpaulin --workspace --out Lcov -- --test-threads 1 - name: Upload to codecov.io uses: codecov/codecov-action@v3