Skip to content

Commit

Permalink
Merge pull request #39 from DavidePastore/fix-coverage-info-sending
Browse files Browse the repository at this point in the history
Fix "Incorrect whitelist config" error
  • Loading branch information
DavidePastore authored Feb 22, 2020
2 parents f0bc8da + 960676f commit 443bbe0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@
<directory>./test</directory>
</testsuite>
</testsuites>

<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./src</directory>
</whitelist>
</filter>
</phpunit>

0 comments on commit 443bbe0

Please sign in to comment.