pom.xml:jacoco: exclude integration tests
Integration test class names should end with 'IT'. Signed-off-by: Paul Campbell <pcampbell@kemitix.net>
This commit is contained in:
parent
5e29aee16f
commit
40c9556ec7
1 changed files with 1 additions and 0 deletions
1
pom.xml
1
pom.xml
|
@ -278,6 +278,7 @@
|
||||||
<element>CLASS</element>
|
<element>CLASS</element>
|
||||||
<excludes>
|
<excludes>
|
||||||
<exclude>*Test</exclude>
|
<exclude>*Test</exclude>
|
||||||
|
<exclude>*IT</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
<limits>
|
<limits>
|
||||||
<limit>
|
<limit>
|
||||||
|
|
Loading…
Reference in a new issue