Skip to content

Commit

Permalink
Update jacoco_report.yml - PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
benedeki authored Jun 26, 2024
1 parent c153690 commit ff55b0d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/jacoco_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
paths: >
${{ github.workspace }}/core/target/scala-${{ env.SCALA_SHORT_VERSION }}/jacoco/report/jacoco.xml
token: ${{ secrets.GITHUB_TOKEN }}
min-coverage-overall: ${{ 57.0 }}
min-coverage-changed-files: ${{ 80.0 }}
min-coverage-overall: 57.0
min-coverage-changed-files: 80.0
title: JaCoCo core code coverage report - scala ${{ env.SCALA_VERSION }}
update-comment: true
- name: Get the Coverage info
Expand Down Expand Up @@ -110,4 +110,3 @@ jobs:
with:
script: |
core.setFailed('Total files coverage is less than ${{ 57.0 }}%!')

0 comments on commit ff55b0d

Please sign in to comment.