From 93b14b0fe309dc8d00c5b35099b880ff816274b0 Mon Sep 17 00:00:00 2001 From: Swapnil Ramesh Adhav Date: Mon, 5 Feb 2024 13:10:55 +0530 Subject: [PATCH] Added jacoco plugin dependancy and updated gitignore file --- .gitignore | 1 + pom.xml | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index a51b01f..3be94eb 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ target/ !**/src/test/**/target/ outputs/ application.properties +htmlReport/ ### STS ### .apt_generated diff --git a/pom.xml b/pom.xml index 1694cdd..d6d38bb 100644 --- a/pom.xml +++ b/pom.xml @@ -112,6 +112,13 @@ 2.0.9 test + + + org.jacoco + jacoco-maven-plugin + 0.8.11 + +