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 d849f46 commit 67f84de
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,16 @@ jobs:
fail_below_threshold: false
publish_only_summary: false

- name: Add coverage to PR
id: jacoco
uses: madrapps/jacoco-report@7a334255fbce42f385d7567c25d986a9c62e2971
with:
paths: target/jacoco-report/jacoco.xml
token: ${{ secrets.GITHUB_TOKEN }}
min-coverage-overall: 90
title: jacoco
update-comment: true

- name: Build docker image
env:
REGISTRY: ${{ steps.login-ecr.outputs.registry }}
Expand Down

0 comments on commit 67f84de

Please sign in to comment.