From c297e2fd6e8879448f64bfc30074b1b9694548ea Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Wed, 2 Jun 2021 18:10:09 +0300 Subject: [PATCH] Fix coverage report. --- .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 f88148f..fe2354a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: tarpaulin - args: --manifest-path implementation/Cargo.toml --all --all-features --out Lcov -- --test-threads 1 + args: --all --all-features --out Lcov -- --test-threads 1 - name: Upload Coverage uses: coverallsapp/github-action@master