[TOOLS] Exclude src/PHPStan from test coverage

这个提交包含在:
Hugo Sales 2021-11-23 23:29:04 +00:00
父节点 c1779dc12d
当前提交 e64fd5aaf6
签署人:: someonewithpc
GPG 密钥 ID: 7D0C7EAFC9D835A0
共有 1 个文件被更改,包括 1 次插入0 次删除

查看文件

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