Skip to content

Commit

Permalink
refactor: min coverage 기준 75로 낮춤.
Browse files Browse the repository at this point in the history
- report는 exclude class 지정이 불가능하기 때문에, 해당 부분을 감안하여 커버리지 비율 조정

Related: #68
  • Loading branch information
hoa0217 committed Apr 1, 2024
1 parent fdfbb19 commit 02dc6ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
paths: ${{ github.workspace }}/build/reports/jacoco/test/jacocoTestReport.xml
token: ${{ secrets.GITHUB_TOKEN }}
min-coverage-overall: 80
min-coverage-changed-files: 80
min-coverage-overall: 75
min-coverage-changed-files: 75
title: "⭐️Code Coverage"
update-comment: true

0 comments on commit 02dc6ae

Please sign in to comment.