Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit eef6328

Browse files
committed
Blacklisting two files that do not need to be tested.
1 parent 5dc8f60 commit eef6328

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phpunit.xml.dist

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
<filter>
2626
<whitelist addUncoveredFilesFromWhitelist="true">
2727
<directory suffix=".php">src</directory>
28+
<exclude>
29+
<file>src/Codacy/Coverage/Util/CodacyApiClient.php</file>
30+
<file>src/Codacy/Coverage/CodacyPhpCoverage.php</file>
31+
</exclude>
2832
</whitelist>
2933
</filter>
3034
</phpunit>

0 commit comments

Comments
 (0)