PHPUnit Add Filter
This commit is contained in:
parent
49ceddbfb9
commit
90b6eabb8b
@ -16,3 +16,4 @@ unitTest:
|
|||||||
reports:
|
reports:
|
||||||
junit:
|
junit:
|
||||||
- phpunit-report.xml
|
- phpunit-report.xml
|
||||||
|
coverage: '/^\s*Lines:\s*\d+.\d+\%/'
|
||||||
|
@ -13,4 +13,9 @@
|
|||||||
<directory>./tests</directory>
|
<directory>./tests</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
|
<filter>
|
||||||
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
||||||
|
<directory suffix=".php">./src</directory>
|
||||||
|
</whitelist>
|
||||||
|
</filter>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user