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 99ffa43 commit 4c6a2b5Copy full SHA for 4c6a2b5
.github/workflows/build.yml
@@ -42,10 +42,11 @@ jobs:
42
43
- name: Add coverage to PR
44
id: jacoco
45
- uses: madrapps/jacoco-report@v1.2
+ uses: madrapps/jacoco-report@v1.7.1
46
with:
47
paths: ${{ github.workspace }}/target/site/jacoco/jacoco.xml
48
token: ${{ secrets.GITHUB_TOKEN }}
49
min-coverage-overall: 40
50
min-coverage-changed-files: 60
51
if: startsWith(matrix.flink, '1.18') && github.event.pull_request.head.repo.fork == false
52
+ continue-on-error: true
0 commit comments