Skip to content

Commit

Permalink
testing jacoco
Browse files Browse the repository at this point in the history
  • Loading branch information
SMANUM committed Nov 28, 2023
1 parent 8c9656c commit 0cb75be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
paths: ${{ github.workspace }}/target/jacoco-report/jacoco.xml
token: ${{ secrets.GITHUB_TOKEN }}
min-coverage-overall: 90
min-coverage-changed-files: 60
update-comment: true

- name: Build docker image
env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/manual-create-pre-release-from-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ jobs:
paths: ${{ github.workspace }}/target/jacoco-report/jacoco.xml
token: ${{ secrets.GITHUB_TOKEN }}
min-coverage-overall: 90
min-coverage-changed-files: 60
update-comment: true

- name: Build docker image
env:
Expand Down

0 comments on commit 0cb75be

Please sign in to comment.