Browse Source

Exclude the resources folder from coverage reports

Graham Campbell 10 years ago
parent
commit
970874dce9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      phpunit.xml.dist

+ 1 - 0
phpunit.xml.dist

@@ -32,6 +32,7 @@
         <whitelist>
             <directory>./Symfony/CS</directory>
             <exclude>
+                <directory>./Symfony/CS/Resources</directory>
                 <directory>./Symfony/CS/Tests</directory>
             </exclude>
         </whitelist>