100% test coverage
All checks were successful
/ ls (pull_request) Successful in 37s
/ ls (push) Successful in 37s
/ ls (release) Successful in 24s

This commit is contained in:
lubiana 2024-08-16 13:44:16 +02:00
parent 2a28465626
commit 34171d6c2b
No known key found for this signature in database
8 changed files with 214 additions and 16 deletions

View file

@ -28,6 +28,10 @@
<include>
<directory suffix=".php">src</directory>
</include>
<exclude>
<directory suffix=".php">src/Command</directory>
<file>src/Service/FakeData.php</file>
</exclude>
</coverage>
<listeners>