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 a142413 commit a68512eCopy full SHA for a68512e
.github/workflows/build.yml
@@ -152,7 +152,7 @@ jobs:
152
run: |
153
composer require pcov/clobber --dev && \
154
vendor/bin/pcov clobber && \
155
- php -dpcov.enabled=1 -dpcov.directory=. -dpcov.exclude="~vendor~" vendor/bin/phpunit -c tests/phpunit.xml tests
+ php -dpcov.enabled=1 -dpcov.directory=. -dpcov.exclude="~vendor~" vendor/bin/phpunit -c tests/phpunit.xml tests/PHPStan
156
157
- name: "Codecov.io"
158
env:
build.xml
@@ -206,7 +206,7 @@
206
>
207
<arg value="-c"/>
208
<arg value="tests/phpunit.xml"/>
209
- <arg path="tests"/>
+ <arg path="tests/PHPStan"/>
210
</exec>
211
</target>
212
0 commit comments