From ebdb7ac2d838ecc382edaa2a7a7cec9a60b43e81 Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Thu, 13 Apr 2023 20:26:26 +0200 Subject: [PATCH] Run coverage immediately (#8876) # Description Don't wait for the tests to pass to try running the coverage job. In theory that would save some wasted runs but waiting for it can also slow down the review if you want to inspect that a certain branch is covered by tests. # Tests + Formatting Coverage runs immediately and can also fail due to failing tests --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10d0a07071..b384ef527d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -170,7 +170,6 @@ jobs: nu-coverage: - needs: nu-tests env: NUSHELL_CARGO_TARGET: ci