فهرست منبع

Exclude files from code coverage

Lucas Michot 9 سال پیش
والد
کامیت
b9d8329361
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      phpunit.xml

+ 4 - 0
phpunit.xml

@@ -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>