Skip to content

Commit

Permalink
fix coverage directory config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndiritu committed Jan 30, 2025
1 parent bf1600d commit ff27e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<coverage includeUncoveredFiles="true"
pathCoverage="true">
<include>
<directory suffix=".php">src</directory>
<directory suffix=".php">packages</directory>
</include>
<exclude>
<file>packages/abstractions/src/RequestOption.php</file>
Expand Down

0 comments on commit ff27e9b

Please sign in to comment.