We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1ca77 commit 78136adCopy full SHA for 78136ad
.github/workflows/main.yml
@@ -40,7 +40,7 @@ jobs:
40
run: composer install --prefer-dist --no-progress
41
42
- name: Run Test Suite
43
- run: XDEBUG_MODE=coverage ./vendor/bin/phpunit tests --coverage-filter src --coverage-text
+ run: XDEBUG_MODE=coverage ./vendor/bin/phpunit tests --coverage-text
44
45
#- name: Run Static Analysis
46
# run: ./vendor/bin/psalm
0 commit comments