From fc3a11cf40ecfa2289b855333db17bf2b3da0c81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Pie=C5=82a?= Date: Sun, 10 Mar 2024 01:21:19 +0100 Subject: [PATCH] Add code coverage --- pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/pom.xml b/pom.xml index 5c75050..ddc1ae7 100644 --- a/pom.xml +++ b/pom.xml @@ -50,6 +50,25 @@ + + org.jacoco + jacoco-maven-plugin + 0.8.11 + + + + prepare-agent + + + + generate-code-coverage-report + test + + report + + + + \ No newline at end of file