diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 261fa616..3873786c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -190,7 +190,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: tarpaulin - args: --output-dir coverage --out Lcov --exclude benchmarks + args: --output-dir coverage --out Lcov --workspace --exclude benchmarks - name: Publish to Coveralls uses: coverallsapp/github-action@master