summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorwasala <przemyslaw.wasala@nokia.com>2018-05-22 12:42:16 +0200
committerwasala <przemyslaw.wasala@nokia.com>2018-05-22 12:42:16 +0200
commit699f195e74c09b6a47cefc406bee01d5e69bb388 (patch)
tree875b543cf0fccc5c08cec24bac79c78cbf7fe100 /pom.xml
parent35ee40c8133d4984ce2eeb580d8e757edc304e66 (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.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 12c8e51b..41f6f8c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>