Skip to content

Commit a68512e

Browse files
committed
Fix build
1 parent a142413 commit a68512e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
run: |
153153
composer require pcov/clobber --dev && \
154154
vendor/bin/pcov clobber && \
155-
php -dpcov.enabled=1 -dpcov.directory=. -dpcov.exclude="~vendor~" vendor/bin/phpunit -c tests/phpunit.xml tests
155+
php -dpcov.enabled=1 -dpcov.directory=. -dpcov.exclude="~vendor~" vendor/bin/phpunit -c tests/phpunit.xml tests/PHPStan
156156
157157
- name: "Codecov.io"
158158
env:

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
>
207207
<arg value="-c"/>
208208
<arg value="tests/phpunit.xml"/>
209-
<arg path="tests"/>
209+
<arg path="tests/PHPStan"/>
210210
</exec>
211211
</target>
212212

0 commit comments

Comments
 (0)