Skip to content

Commit

Permalink
refs #4224 - exclude example plugins from codecoverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Aug 20, 2014
1 parent de0efde commit f7509a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/PHPUnit/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<directory suffix=".php">../../plugins</directory>
<exclude>
<directory suffix=".php">../../core/Updates</directory>
<directory suffix=".php">../../plugins/Example*</directory>
<directory suffix=".php">../../plugins/*/Updates</directory>
<directory suffix=".php">../../plugins/*/libs</directory>
<directory suffix=".php">../../plugins/*/tests</directory>
Expand Down

0 comments on commit f7509a5

Please sign in to comment.