From bba14279aed3e592cf6f68e94553031084c45e04 Mon Sep 17 00:00:00 2001 From: brianp Date: Tue, 28 Feb 2023 00:31:49 +0100 Subject: [PATCH] Skip running cucumber Don't run cucumber during the coverage runner. It always returns a non 0 exit code making CI think it's a failure. --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index dc5de4b627..f1a8c0b7a1 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -45,7 +45,7 @@ jobs: LLVM_PROFILE_FILE: "coverage_data-%p-%m.profraw" with: command: test - args: --all-features --no-fail-fast + args: --all-features --no-fail-fast --exclude tari_integration_tests - name: prepare coverage data env: