From 03e2d295f78a3a42558391aa006b6837748d74a0 Mon Sep 17 00:00:00 2001 From: Zan Skamljic Date: Sun, 27 Oct 2024 08:15:56 +0100 Subject: [PATCH] feat: add coverage info --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index 65d856d..b3c1a80 100644 --- a/pom.xml +++ b/pom.xml @@ -88,6 +88,21 @@ --enable-preview + + + org.jacoco + jacoco-maven-plugin + 0.8.12 + + + report + verify + + report + + + + \ No newline at end of file