Skip to content

Commit 9151252

Browse files
authored
chore: update comment
1 parent ab4406e commit 9151252

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/CI_dev_be_pull_request.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ jobs:
5555
runs-on: self-hosted
5656
needs: test
5757
steps:
58+
- name: Upload Report
59+
uses: 'actions/upload-artifact@v2'
60+
with:
61+
name: report.xml
62+
path: ${{ github.workspace }}/backend/build/reports/jacoco/testCoverage/testCoverage.xml
63+
5864
- name: 테스트 커버리지를 PR에 코멘트로 등록합니다
5965
id: jacoco
6066
uses: madrapps/[email protected]
@@ -64,3 +70,4 @@ jobs:
6470
token: ${{ secrets.GITHUB_TOKEN }}
6571
min-coverage-overall: 50
6672
min-coverage-changed-files: 50
73+
update-comment: true

0 commit comments

Comments
 (0)