Skip to content

Commit

Permalink
hotfix: 코드 커버리지 제한 50%로 상향조정
Browse files Browse the repository at this point in the history
  • Loading branch information
JeongHunHui committed Feb 25, 2023
1 parent e43fba6 commit fb9b0bc
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 @@ -54,5 +54,5 @@ jobs:
paths: ${{ github.workspace }}/build/reports/jacoco/test/jacocoTestReport.xml
# paths: /build/reports/jacoco/test/jacocoTestReport.xml
token: ${{ secrets.GITHUB_TOKEN }}
min-coverage-overall: 30
min-coverage-changed-files: 30
min-coverage-overall: 50
min-coverage-changed-files: 50

0 comments on commit fb9b0bc

Please sign in to comment.