Skip to content

Commit

Permalink
chore: Jacoco action title 지정
Browse files Browse the repository at this point in the history
  • Loading branch information
ASak1104 committed Jan 4, 2024
1 parent 1dcbfab commit 0471611
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-build-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,13 @@ jobs:
run: ./gradlew clean build

# Jacoco 테스트 결과 추가
- name: 📑 Jacoco 테스트 결과
- name: Comment Jacoco test report
id: jacoco
uses: madrapps/[email protected]
with:
title: 📑 Jacoco 테스트 결과
paths: ${{github.workspace}}/**/build/reports/jacoco/test/jacocoTestReport.xml
token: ${{secrets.GITHUB_TOKEN}}
min-coverage-overall: 70
min-coverage-changed-files: 70
update-comment: true

0 comments on commit 0471611

Please sign in to comment.