Skip to content

Commit 78136ad

Browse files
Removed coverge filter
Not supported in this version of phpunit
1 parent cf1ca77 commit 78136ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: composer install --prefer-dist --no-progress
4141

4242
- name: Run Test Suite
43-
run: XDEBUG_MODE=coverage ./vendor/bin/phpunit tests --coverage-filter src --coverage-text
43+
run: XDEBUG_MODE=coverage ./vendor/bin/phpunit tests --coverage-text
4444

4545
#- name: Run Static Analysis
4646
# run: ./vendor/bin/psalm

0 commit comments

Comments
 (0)