Skip to content

Commit

Permalink
Fix jacoco code coverage info in PR. Remove printing jacoco stat to c…
Browse files Browse the repository at this point in the history
…onsole (#101)

* Remove printing jacoco stat to console

* Set code coverage action for flink 1.18 run
  • Loading branch information
MarekMaj authored Jun 6, 2024
1 parent 7b2451b commit 5a6e7bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
- name: Tests for Flink ${{ matrix.flink }}
run: |
mvn $MAVEN_CLI_OPTS $JAVA_ADDITIONAL_OPTS -Dflink.version=${{ matrix.flink }} test integration-test
cat target/site/jacoco/index.html | grep -o 'Total[^%]*%'
- name: Test JavaDoc
run: mvn $MAVEN_CLI_OPTS $JAVA_ADDITIONAL_OPTS javadoc:javadoc
Expand All @@ -49,4 +48,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
min-coverage-overall: 40
min-coverage-changed-files: 60
if: startsWith(matrix.flink, '1.15.0')
if: startsWith(matrix.flink, '1.18')

0 comments on commit 5a6e7bf

Please sign in to comment.