We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b2451b commit 5a6e7bfCopy full SHA for 5a6e7bf
.github/workflows/build.yml
@@ -35,7 +35,6 @@ jobs:
35
- name: Tests for Flink ${{ matrix.flink }}
36
run: |
37
mvn $MAVEN_CLI_OPTS $JAVA_ADDITIONAL_OPTS -Dflink.version=${{ matrix.flink }} test integration-test
38
- cat target/site/jacoco/index.html | grep -o 'Total[^%]*%'
39
40
- name: Test JavaDoc
41
run: mvn $MAVEN_CLI_OPTS $JAVA_ADDITIONAL_OPTS javadoc:javadoc
@@ -49,4 +48,4 @@ jobs:
49
48
token: ${{ secrets.GITHUB_TOKEN }}
50
min-coverage-overall: 40
51
min-coverage-changed-files: 60
52
- if: startsWith(matrix.flink, '1.15.0')
+ if: startsWith(matrix.flink, '1.18')
0 commit comments