Exclude files from code coverage

This commit is contained in:
Lucas Michot
2016-05-24 01:44:24 +02:00
parent 459539456a
commit b9d8329361

View File

@@ -12,6 +12,10 @@
<testsuites>
<testsuite name="Versionable Suite">
<directory>tests/</directory>
<exclude>
<file>src/Mpociot/ApiDoc/ApiDocGeneratorServiceProvider.php</file>
<file>src/resources/views/documentarian.blade.php</file>
</exclude>
</testsuite>
</testsuites>
<filter>