Skip to content

Commit b40d9e0

Browse files
authored
refact: 경로 수정
1 parent 9151252 commit b40d9e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CI_dev_be_pull_request.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ jobs:
5959
uses: 'actions/upload-artifact@v2'
6060
with:
6161
name: report.xml
62-
path: ${{ github.workspace }}/backend/build/reports/jacoco/testCoverage/testCoverage.xml
63-
62+
path: ${{ github.workspace }}/backend/build/reports/jacoco/test/jacocoTestReport.xml
6463
- name: 테스트 커버리지를 PR에 코멘트로 등록합니다
6564
id: jacoco
6665
uses: madrapps/[email protected]

0 commit comments

Comments
 (0)