From 79f52686a766bcb060494141802814c292921029 Mon Sep 17 00:00:00 2001 From: LukeMathWalker Date: Sun, 1 Aug 2021 21:03:11 +0100 Subject: [PATCH] Fix code coverage. --- .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 0431b70..a6f36dd 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -75,4 +75,4 @@ jobs: - name: Run cargo-tarpaulin uses: actions-rs/tarpaulin@v0.1 with: - args: '--ignore-tests' \ No newline at end of file + args: '--ignore-tests --avoid-cfg-tarpaulin' \ No newline at end of file