chore: 修改jacoco扫描规则

This commit is contained in:
fit2-zhao 2024-03-01 10:24:56 +08:00 committed by Craftsman
parent 7257dc05e5
commit e1c098cbc9
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,6 @@
</modules> </modules>
<build> <build>
<resources> <resources>
<resource> <resource>
@ -164,6 +163,7 @@
<exclude>io/metersphere/plugin/**</exclude> <exclude>io/metersphere/plugin/**</exclude>
<exclude>io/metersphere/*/job/**</exclude> <exclude>io/metersphere/*/job/**</exclude>
<exclude>io/metersphere/system/notice/**</exclude> <exclude>io/metersphere/system/notice/**</exclude>
<exclude>io/metersphere/system/schedule/**</exclude>
</excludes> </excludes>
</configuration> </configuration>
<executions> <executions>