Skip to content

Commit

Permalink
Chore: CI 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
haeyonghahn committed Sep 20, 2023
1 parent 222ab2d commit 0cd04a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- develop
- 'feat/test'

# 권한 설정
permissions: write-all
Expand Down Expand Up @@ -48,7 +49,7 @@ jobs:
uses: madrapps/[email protected]
with:
title: 📝 테스트 커버리지 리포트
paths: ${{ github.workspace }}/build/reports/jacoco/test/index.xml
paths: ${{ github.workspace }}/build/reports/tests/test/index.xml
token: ${{ github.token }}
min-coverage-overall: 50 # 프로젝트 전체 테스트 커버리지에 대한 기준
min-coverage-changed-files: 50 # 변경이 일어난 파일의 테스트 커버리지 기준
Expand Down

0 comments on commit 0cd04a2

Please sign in to comment.