Skip to content

Commit

Permalink
chore: code coverage 다시 살림
Browse files Browse the repository at this point in the history
  • Loading branch information
kevstevie committed Sep 13, 2023
1 parent 76fc9d1 commit 977afe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew clean build --info -x :study:build
run: ./gradlew clean build codeCoverageReport --info -x :study:build

0 comments on commit 977afe1

Please sign in to comment.