Add code coverage report

This commit is contained in:
Ian Dunn 2022-09-13 11:34:51 -07:00
parent 0964167f12
commit 0e88966246
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB
8 changed files with 111 additions and 367 deletions

View file

@ -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>