From c565b8b3121296ac6c8874c046d933d5ffac3bd4 Mon Sep 17 00:00:00 2001 From: Ruslan Iushchenko Date: Thu, 20 Apr 2023 14:46:13 +0200 Subject: [PATCH] Remove converters from the coverage check. --- build.sbt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.sbt b/build.sbt index 5d55e04b..7eb30be4 100644 --- a/build.sbt +++ b/build.sbt @@ -82,10 +82,6 @@ lazy val cobolConverters = (project in file("cobol-converters")) publish := {}, publishLocal := {} ).dependsOn(cobolParser) - .settings( - jacocoReportSettings := commonJacocoReportSettings.withTitle("cobrix:cobol-converters Jacoco Report"), - jacocoExcludes := commonJacocoExcludes - ) .enablePlugins(AutomateHeaderPlugin) lazy val sparkCobol = (project in file("spark-cobol"))