Skip to content

Commit 002021b

Browse files
committed
Limit coverage to src/ path
1 parent 65d0461 commit 002021b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</testsuites>
99
<filter>
1010
<whitelist>
11-
<directory>./Datagram</directory>
11+
<directory>./src/</directory>
1212
</whitelist>
1313
</filter>
1414
</phpunit>

0 commit comments

Comments
 (0)