Skip to content

Commit 975e06d

Browse files
authored
Run coverage only when everything else succeed (#95)
1 parent c4fd65a commit 975e06d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676

7777
codecov:
7878
name: "Code coverage"
79+
needs: [phpunit, phpstan, checkstyke, conventions]
7980
runs-on: ubuntu-latest
8081
steps:
8182
- name: "Checkout"

0 commit comments

Comments
 (0)