From d5e982eca5e9e6a46a699c184fa3605c727d7d24 Mon Sep 17 00:00:00 2001 From: SpoogieOogie Date: Wed, 9 Aug 2023 17:43:24 +0200 Subject: [PATCH] more accurate coverage results by changing tracing backend --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f5bc3d0..0cf2a6d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -33,4 +33,4 @@ jobs: uses: actions-rs/cargo@v1 with: command: tarpaulin - args: --coveralls ${{ secrets.COVERALLS_TOKEN }} + args: --coveralls ${{ secrets.COVERALLS_TOKEN }} --engine llvm