Skip to content

Commit 480ee9a

Browse files
committed
Update phpunit config file
1 parent b80fa00 commit 480ee9a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

phpunit.xml.dist

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,14 @@
3535
<directory>tests/</directory>
3636
</testsuite>
3737

38-
<filter>
39-
<whitelist>
38+
<coverage>
39+
<include>
4040
<directory suffix=".php">src/Phinx/</directory>
41-
</whitelist>
42-
</filter>
41+
</include>
42+
<report>
43+
<html outputDirectory="logs/report" lowUpperBound="50" highLowerBound="80"/>
44+
</report>
45+
</coverage>
4346

4447
<logging>
4548
<log type="coverage-html" target="logs/report"

0 commit comments

Comments
 (0)