Skip to content

Commit

Permalink
chore: 파이프라인 커버리지 스텝 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ghdcksgml1 authored Jan 20, 2024
1 parent 64d730d commit 6a5dad6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/CI_dev_be_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6a5dad6

Please sign in to comment.