From 3b06a9aef745b2cf88286950d255cfaed0c7473e Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Sat, 18 Dec 2021 09:40:06 +0000 Subject: [PATCH] Remove coverage phase as there's no travis anymore --- pom.xml | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/pom.xml b/pom.xml index f43d89ee..5a9a2f07 100644 --- a/pom.xml +++ b/pom.xml @@ -202,39 +202,6 @@ - - coverage - - - env.TRAVIS - true - - - - - - org.jacoco - jacoco-maven-plugin - 0.7.9 - - - agent - - prepare-agent - - - - report - test - - report - - - - - - - samples