-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from DKU-Dgaja/chore-jacoco-coverage
[CI] chore jacoco coverage
- Loading branch information
Showing
2 changed files
with
31 additions
and
0 deletions.
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 |
---|---|---|
|
@@ -49,3 +49,16 @@ jobs: | |
- name: yaml 파일 변경 | ||
run: | | ||
echo "${{ secrets.APPLICATION_DEFAULT_DEV }}" > ./backend/src/main/resources/application.yml | ||
coverage: | ||
runs-on: self-hosted | ||
steps: | ||
- name: 테스트 커버리지를 PR에 코멘트로 등록합니다 | ||
id: jacoco | ||
uses: madrapps/[email protected] | ||
with: | ||
title: 📝 테스트 커버리지 리포트 | ||
paths: ${{ github.workspace }}/backend/build/reports/jacoco/test/jacocoTestReport.xml | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
min-coverage-overall: 50 | ||
min-coverage-changed-files: 50 |
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