Skip to content

Commit 6bd95e0

Browse files
committed
ci: disable phpunit coverage
1 parent 48e1ba6 commit 6bd95e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
run: composer show -D
4646

4747
- name: Execute tests
48-
run: vendor/bin/phpunit
48+
run: composer run test

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
}
4747
},
4848
"scripts": {
49-
"test": "vendor/bin/phpunit",
49+
"test": "vendor/bin/phpunit --no-coverage",
5050
"test-coverage": "vendor/bin/phpunit --coverage",
5151
"format": "vendor/bin/pint"
5252
},

0 commit comments

Comments
 (0)