Skip to content

Commit

Permalink
Update "Add coverage to PR" step
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzegorz Kołakowski committed Oct 17, 2024
1 parent b3eef5a commit 53f2b4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ jobs:

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

0 comments on commit 53f2b4b

Please sign in to comment.