mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-13 22:05:44 +03:00
Add code coverage report
This commit is contained in:
parent
0964167f12
commit
0e88966246
8 changed files with 111 additions and 367 deletions
|
@ -6,9 +6,11 @@
|
|||
convertNoticesToExceptions="true"
|
||||
convertWarningsToExceptions="true"
|
||||
>
|
||||
|
||||
<php>
|
||||
<const name="WP_TESTS_MULTISITE" value="1" />
|
||||
</php>
|
||||
|
||||
<testsuites>
|
||||
<testsuite name="Five for the Future Plugin">
|
||||
<directory prefix="test-" suffix=".php">
|
||||
|
@ -16,4 +18,10 @@
|
|||
</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
||||
<filter>
|
||||
<whitelist>
|
||||
<directory suffix=".php">./plugins/wporg-5ftf/includes</directory>
|
||||
</whitelist>
|
||||
</filter>
|
||||
</phpunit>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue