Skip to content

Commit d14d88b

Browse files
#35 - Add code coverage support improve (#40)
- Removed Code coverage check for spark 3.
1 parent 75f10ef commit d14d88b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/jacoco_check.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ jobs:
3737
spark: 2.4.8
3838
overall: 0.0
3939
changed: 80.0
40-
- scala: 2.12.15
41-
scalaShort: "2.12"
42-
spark: 3.2.1
43-
overall: 0.0
44-
changed: 80.0
4540
name: Check code-coverage by JaCoCo - Spark ${{matrix.spark}} on Scala ${{matrix.scala}}
4641
steps:
4742
- name: Checkout code

0 commit comments

Comments
 (0)