Skip to content

Commit

Permalink
Remove converters from the coverage check.
Browse files Browse the repository at this point in the history
  • Loading branch information
yruslan committed Apr 20, 2023
1 parent 195596a commit c565b8b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit c565b8b

Please sign in to comment.