From 5c16f92bb973daf5f2f0e6f6596867516e41ffec Mon Sep 17 00:00:00 2001 From: Helge Eichhorn Date: Fri, 13 Oct 2023 16:08:50 +0300 Subject: [PATCH] Update general.yml --- .github/workflows/general.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 3b20e8b8..05b19264 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -54,7 +54,7 @@ jobs: python-version: '3.10' - name: Generate code coverage run: | - cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out xml + cargo +nightly tarpaulin --verbose --engine llvm --no-dead-code --workspace --timeout 120 --out xml - name: Upload to codecov.io uses: codecov/codecov-action@v3 with: