4
0
Fork 1

[TOOLS] Exclude src/PHPStan from test coverage

Dieser Commit ist enthalten in:
Hugo Sales 2021-11-23 23:29:04 +00:00
Ursprung c1779dc12d
Commit e64fd5aaf6
Signiert von: someonewithpc
GPG-Schlüssel-ID: 7D0C7EAFC9D835A0
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -16,6 +16,7 @@
</include>
<exclude>
<directory>src/Util/Exception</directory>
<directory>src/PHPStan</directory>
<directory>src/Routes</directory>
<directory>src/DataFixtures</directory> <!-- This is where the test data is loaded, it get's tested enough, me thinks -->
<directory>src/Security</directory> <!-- TODO: Should be tested in the future -->