Skip to content

Commit 58c589f

Browse files
committed
test jacoco
1 parent 5a70893 commit 58c589f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/jacoco_check.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
id: jacoco211
3838
uses: madrapps/[email protected]
3939
with:
40-
# paths: ${{ github.workspace }}/spark-commons/target/spark2.4-jvm-2.11/jacoco/report/jacoco.xml
4140
paths: ${{ github.workspace }}/spark-commons/spark2.4-jvm-2.11/jacoco/report/jacoco.xml
4241
token: ${{ secrets.GITHUB_TOKEN }}
4342
min-coverage-overall: 0.0
@@ -52,7 +51,6 @@ jobs:
5251
id: jacoco212
5352
uses: madrapps/[email protected]
5453
with:
55-
# paths: ${{ github.workspace }}/spark-commons/target/spark3-jvm-2.12/jacoco/report/jacoco.xml
5654
paths: ${{ github.workspace }}/spark-commons/spark3-jvm-2.12/jacoco/report/jacoco.xml
5755
token: ${{ secrets.GITHUB_TOKEN }}
5856
min-coverage-overall: 0.0

0 commit comments

Comments
 (0)