chore: 修改jacoco扫描规则
This commit is contained in:
parent
7257dc05e5
commit
e1c098cbc9
2
pom.xml
2
pom.xml
|
@ -91,7 +91,6 @@
|
|||
</modules>
|
||||
|
||||
|
||||
|
||||
<build>
|
||||
<resources>
|
||||
<resource>
|
||||
|
@ -164,6 +163,7 @@
|
|||
<exclude>io/metersphere/plugin/**</exclude>
|
||||
<exclude>io/metersphere/*/job/**</exclude>
|
||||
<exclude>io/metersphere/system/notice/**</exclude>
|
||||
<exclude>io/metersphere/system/schedule/**</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
<executions>
|
||||
|
|
Loading…
Reference in New Issue