Skip to content

Commit

Permalink
M3-127 Chore : jacoco github action 연동
Browse files Browse the repository at this point in the history
  • Loading branch information
koomin1227 committed Jun 25, 2024
1 parent a702ac4 commit c147323
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ jobs:
- name: Test with Gradle
run: ./gradlew test

- name: Comment test coverage on PR
id: jacoco
uses: madrapps/jacoco-report@v1.2
with:
title: 📝 테스트 커버리지 리포트
paths: ${{ github.workspace }}/build/jacocoReport/test/html/index.xml
token: ${{ secrets.GITHUB_TOKEN }}
# min-coverage-overall: 50
# min-coverage-changed-files: 50

qodana:
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit c147323

Please sign in to comment.