From 7b42ed20edf52d28f4dc8524fadb91d0cbf91fcf Mon Sep 17 00:00:00 2001 From: Geoffroy Couprie Date: Thu, 25 Apr 2024 13:52:39 +0200 Subject: [PATCH] exclude benchmarks from code coverage --- .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 3ac8db900..261fa616f 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 + args: --output-dir coverage --out Lcov --exclude benchmarks - name: Publish to Coveralls uses: coverallsapp/github-action@master