4
0
Çatalla 1

[TOOLS] Exclude src/PHPStan from test coverage

Bu işleme şunda yer alıyor:
Hugo Sales 2021-11-23 23:29:04 +00:00
ebeveyn c1779dc12d
işleme e64fd5aaf6
İmzalayan: someonewithpc
GPG Anahtar Kimliği: 7D0C7EAFC9D835A0
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme

Dosyayı Görüntüle

@ -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 -->