Skip to content

Commit

Permalink
Merge pull request #28 from dnd-side-project/feat/test
Browse files Browse the repository at this point in the history
Chore: CI 스크립트 수정
  • Loading branch information
haeyonghahn authored Sep 20, 2023
2 parents 89d1e8d + 222ab2d commit c8af890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: madrapps/[email protected]
with:
title: 📝 테스트 커버리지 리포트
paths: ${{ github.workspace }}/build/reports/jacoco/test/jacocoTestReport.xml
paths: ${{ github.workspace }}/build/reports/jacoco/test/index.xml
token: ${{ github.token }}
min-coverage-overall: 50 # 프로젝트 전체 테스트 커버리지에 대한 기준
min-coverage-changed-files: 50 # 변경이 일어난 파일의 테스트 커버리지 기준
Expand Down

0 comments on commit c8af890

Please sign in to comment.