diff options
author | wasala <przemyslaw.wasala@nokia.com> | 2018-05-22 12:42:16 +0200 |
---|---|---|
committer | wasala <przemyslaw.wasala@nokia.com> | 2018-05-22 12:42:16 +0200 |
commit | 699f195e74c09b6a47cefc406bee01d5e69bb388 (patch) | |
tree | 875b543cf0fccc5c08cec24bac79c78cbf7fe100 /pom.xml | |
parent | 35ee40c8133d4984ce2eeb580d8e757edc304e66 (diff) |
Improve tests in PrhAppConfig
Change-Id: I23b3bd3ba89d9df7451a7e2251b1bfc98adf3a2b
Issue-ID: DCAEGEN2-396
Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -351,12 +351,16 @@ <goal>check</goal> </goals> <configuration> + <excludes> + <exclude>**/Immutable*</exclude> + <exclude>**/GsonAdapters*</exclude> + <exclude>**/*ForUnitTest*</exclude> + </excludes> <rules> <rule> <element>CLASS</element> <limits> <limit> - <counter>LINE</counter> <value>COVEREDRATIO</value> <!--<minimum>0.70</minimum>--> </limit> |