File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6060 run : sbt ++${{matrix.scala}} jacoco -DSPARK_VERSION=${{matrix.spark}}
6161 - name : Add coverage of 'cobol-parser' to PR
6262 id : jacocoParser
63- uses :
madrapps/[email protected] .1 63+ uses :
madrapps/[email protected] .2 6464 with :
6565 paths : >
6666 ${{ github.workspace }}/cobol-parser/target/scala-${{ matrix.scalaShort }}/jacoco/report/jacoco.xml
7575 echo "Changed Files coverage ${{ steps.jacoco.outputs.coverage-changed-files }}"
7676 - name : Add coverage of 'spark-cobol' to PR
7777 id : jacoco
78- uses : madrapps/jacoco-report@v1.3
78+ uses : madrapps/jacoco-report@v1.7.2
7979 with :
8080 paths : >
8181 ${{ github.workspace }}/spark-cobol/target/scala-${{ matrix.scalaShort }}/jacoco/report/jacoco.xml
@@ -90,13 +90,13 @@ jobs:
9090 echo "Changed Files coverage ${{ steps.jacoco.outputs.coverage-changed-files }}"
9191 - name : Fail PR if changed files coverage for 'cobol-parser' is less than ${{ matrix.changedCobolParserOverride }}%
9292 if : ${{ steps.jacocoParser.outputs.coverage-changed-files < matrix.changedCobolParserOverride }}
93- uses : actions/github-script@v6
93+ uses : actions/github-script@v6.4.1
9494 with :
9595 script : |
9696 core.setFailed('Changed files coverage is less than ${{ matrix.changedCobolParserOverride }}% for 'cobol-parser'!')
9797 - name : Fail PR if changed files coverage for 'spark-cobol' is less than ${{ matrix.changed }}%
9898 if : ${{ steps.jacoco.outputs.coverage-changed-files < matrix.changed }}
99- uses : actions/github-script@v6
99+ uses : actions/github-script@v6.4.1
100100 with :
101101 script : |
102102 core.setFailed('Changed files coverage is less than ${{ matrix.changed }}% for 'spark-cobol!')
You can’t perform that action at this time.
0 commit comments