Skip to content

Commit

Permalink
Exclude irrelevant classes from code coverage analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Ben87 committed Feb 25, 2024
1 parent fef9a45 commit 7cbde62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
<include>
<directory suffix=".php">src</directory>
</include>
<exclude>
<directory>src/ExpressionLanguage/Compiler</directory>
</exclude>
</coverage>

<listeners>
Expand Down

0 comments on commit 7cbde62

Please sign in to comment.