Skip to content

Commit

Permalink
refactor: 조건문 depth 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jjongwa authored Jul 26, 2023
1 parent 2bcedf3 commit db377f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
min-coverage-overall: 95
min-coverage-changed-files: 95
if: ${{ steps.jacoco.outputs.coverage-overall < 95 }}
if: ${{ steps.jacoco.outputs.coverage-overall < 95 }}

0 comments on commit db377f1

Please sign in to comment.