-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
222ab2d
commit 0cd04a2
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ on: | |
push: | ||
branches: | ||
- develop | ||
- 'feat/test' | ||
|
||
# 권한 설정 | ||
permissions: write-all | ||
|
@@ -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 # 변경이 일어난 파일의 테스트 커버리지 기준 | ||
|