Skip to content

Commit 5a6e7bf

Browse files
authored
Fix jacoco code coverage info in PR. Remove printing jacoco stat to console (#101)
* Remove printing jacoco stat to console * Set code coverage action for flink 1.18 run
1 parent 7b2451b commit 5a6e7bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
- name: Tests for Flink ${{ matrix.flink }}
3636
run: |
3737
mvn $MAVEN_CLI_OPTS $JAVA_ADDITIONAL_OPTS -Dflink.version=${{ matrix.flink }} test integration-test
38-
cat target/site/jacoco/index.html | grep -o 'Total[^%]*%'
3938
4039
- name: Test JavaDoc
4140
run: mvn $MAVEN_CLI_OPTS $JAVA_ADDITIONAL_OPTS javadoc:javadoc
@@ -49,4 +48,4 @@ jobs:
4948
token: ${{ secrets.GITHUB_TOKEN }}
5049
min-coverage-overall: 40
5150
min-coverage-changed-files: 60
52-
if: startsWith(matrix.flink, '1.15.0')
51+
if: startsWith(matrix.flink, '1.18')

0 commit comments

Comments
 (0)