Skip to content

Commit c411973

Browse files
committed
Fix CI: add --no-coverage flag to prevent warning exit code
1 parent 38b967f commit c411973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
composer update --prefer-dist --no-interaction
4040
4141
- name: Run unit tests
42-
run: vendor/bin/phpunit --testsuite=Feature,Unit
42+
run: vendor/bin/phpunit --testsuite=Feature,Unit --no-coverage
4343

4444
integration-tests:
4545
runs-on: ubuntu-latest
@@ -75,4 +75,4 @@ jobs:
7575
REDIS_INTEGRATION: 1
7676
REDIS_HOST: 127.0.0.1
7777
REDIS_PORT: 6379
78-
run: vendor/bin/phpunit --testsuite=Integration
78+
run: vendor/bin/phpunit --testsuite=Integration --no-coverage

0 commit comments

Comments
 (0)