Skip to content

Commit 4c6a2b5

Browse files
author
Grzegorz Kołakowski
committed
Update madrapps/jacoco-report to v1.7.1
1 parent 99ffa43 commit 4c6a2b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ jobs:
4242

4343
- name: Add coverage to PR
4444
id: jacoco
45-
uses: madrapps/jacoco-report@v1.2
45+
uses: madrapps/jacoco-report@v1.7.1
4646
with:
4747
paths: ${{ github.workspace }}/target/site/jacoco/jacoco.xml
4848
token: ${{ secrets.GITHUB_TOKEN }}
4949
min-coverage-overall: 40
5050
min-coverage-changed-files: 60
5151
if: startsWith(matrix.flink, '1.18') && github.event.pull_request.head.repo.fork == false
52+
continue-on-error: true

0 commit comments

Comments
 (0)