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
This commit is contained in:
Stefan Holderbach 2023-04-13 20:26:26 +02:00 committed by GitHub
parent a33a7960bb
commit ebdb7ac2d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,7 +170,6 @@ jobs:
nu-coverage:
needs: nu-tests
env:
NUSHELL_CARGO_TARGET: ci