diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-12-21 18:10:37 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-12-22 08:31:36 +0100 |
commit | f2430c98c248907d27207dba30da96483f6db45e (patch) | |
tree | 681bca8c2697e1bba57f51be2605e31539f03424 /eidas_modules/authmodule-eIDAS-v2/pom.xml | |
parent | d8a6a3a0fa27f6ea487c9fc4006f705383780917 (diff) | |
download | National_eIDAS_Gateway-f2430c98c248907d27207dba30da96483f6db45e.tar.gz National_eIDAS_Gateway-f2430c98c248907d27207dba30da96483f6db45e.tar.bz2 National_eIDAS_Gateway-f2430c98c248907d27207dba30da96483f6db45e.zip |
add jUnit tests improve test coverage
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2/pom.xml')
-rw-r--r-- | eidas_modules/authmodule-eIDAS-v2/pom.xml | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml index d7885088..074a4205 100644 --- a/eidas_modules/authmodule-eIDAS-v2/pom.xml +++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml @@ -261,6 +261,7 @@ <phase>test</phase> <goals> <goal>check</goal> + <goal>report</goal> </goals> <configuration> <haltOnFailure>true</haltOnFailure> @@ -270,24 +271,7 @@ <exclude>**/org/w3/_2001/_04/*</exclude> <exclude>**/szrservices/*</exclude> <exclude>**/generated/cxf/*</exclude> - </excludes> - <rules> - <rule> - <element>BUNDLE</element> - <limits> - <limit> - <counter>INSTRUCTION</counter> - <value>COVEREDRATIO</value> - <minimum>0.68</minimum> - </limit> - <limit> - <counter>BRANCH</counter> - <value>COVEREDRATIO</value> - <minimum>0.54</minimum> - </limit> - </limits> - </rule> - </rules> + </excludes> </configuration> </execution> </executions> |