Skip to content

Commit f309444

Browse files
authored
Merge pull request #339 from JNU-econovation/feat/#321
fix/#321 : jacoco report 생성하는 step paths 수정
2 parents 1e6ce52 + b6073ee commit f309444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testAndDeploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: madrapps/jacoco-report@v1.2
5050
with:
5151
title: 테스트 커버리지 리포트입니다
52-
paths: build/reports/jacoco/test/jacocoTestReport.xml
52+
paths: '**/build/reports/jacoco/test/jacocoTestReport.xml'
5353
token: ${{ secrets.GITHUB_TOKEN }}
5454

5555
- name: Send docker-compose.yml

0 commit comments

Comments
 (0)