Skip to content

Commit 25fa5bf

Browse files
committed
fix: Exclude Tests from code coverage
1 parent 71288b5 commit 25fa5bf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PhdExceptionHandlerBundle
1+
# Exception Handler
22

33
🧰 PHP Exception Handler built on top of [Symfony Messenger](https://symfony.com/doc/current/messenger.html) component.
44
Provides middlewares that allow you to easily re-raise exceptions, chain them, or handle with a dedicated handler.

phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<directory>src</directory>
2323
</include>
2424
<exclude>
25+
<directory>src/*/Tests</directory>
2526
<directory>src/*/*/Tests</directory>
2627
<directory>src/*/*/*/Tests</directory>
2728
<directory>src/*/*/*/*/Tests</directory>

0 commit comments

Comments
 (0)