Skip to content

Commit

Permalink
Remove converters from the coverage check, and lower the required cov…
Browse files Browse the repository at this point in the history
…erage.
  • Loading branch information
yruslan committed Apr 20, 2023
1 parent 77ffb72 commit 0271a59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jacoco_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ jobs:
scalaShort: "2.11"
spark: 2.4.8
overall: 0.0
changed: 80.0
changed: 60.0
- scala: 2.12.17
scalaShort: "2.12"
spark: 3.2.3
overall: 0.0
changed: 80.0
changed: 60.0
- scala: 2.13.10
scalaShort: "2.13"
spark: 3.3.2
overall: 0.0
changed: 80.0
changed: 60.0
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down
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 0271a59

Please sign in to comment.