Mod aaa-12 add ignore test for UserHandler
RCA: SOL: 修改人:maxiaonan 检视人:maxiaonan
This commit is contained in:
parent
b36fd862fe
commit
827b6b276e
|
@ -251,6 +251,15 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.jacoco</groupId>
|
||||||
|
<artifactId>jacoco-maven-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<excludes>
|
||||||
|
<exclude>**/*UserHandler.class</exclude>
|
||||||
|
</excludes>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue