summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2024-10-25 09:57:33 +0100
committerwaynedunican <wayne.dunican@est.tech>2024-10-25 12:26:16 +0100
commitf906185ce1424f707d290d3e4fc3e4b8a3e184f9 (patch)
tree10cd462d53f0d846517c182e35d854c2cd4c215f /tools
parentbc949bab9233b43224d9d9fab5243f7b62b7751e (diff)
Increase apex-pdp line and branch coverage
Issue-ID: POLICY-5059 Change-Id: Ifa1472dd914ec0ef25372fa057514571a7ea27ac Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'tools')
-rw-r--r--tools/simple-wsclient/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/simple-wsclient/pom.xml b/tools/simple-wsclient/pom.xml
index 2d7de02a5..cb737a4c1 100644
--- a/tools/simple-wsclient/pom.xml
+++ b/tools/simple-wsclient/pom.xml
@@ -30,6 +30,10 @@
<name>${project.artifactId}</name>
<description>[${project.parent.artifactId}] Simple Websocket client (console and echo)</description>
+ <properties>
+ <sonar.skip>true</sonar.skip>
+ </properties>
+
<dependencies>
<dependency>
<groupId>jakarta.websocket</groupId>