Skip to content
Snippets Groups Projects
Commit 8f2a7ea2 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

exclude init.php file from coverage

parent 77300e37
No related branches found
No related tags found
No related merge requests found
Pipeline #7265 passed
......@@ -10,6 +10,9 @@
<filter>
<whitelist>
<directory suffix=".php">src</directory>
<exclude>
<file>src/init.php</file>
</exclude>
</whitelist>
</filter>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment