Skip to content

Commit bd12731

Browse files
committed
github actions: code coverage job is non-blocking
1 parent f0ab1a3 commit bd12731

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
code_coverage:
4646
name: Code Coverage
4747
runs-on: ubuntu-latest
48+
continue-on-error: true
4849
steps:
4950
- uses: actions/checkout@v4
5051
- uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)