Skip to content

Commit

Permalink
FEAT - Sonar Cloud & Jacoco 도입
Browse files Browse the repository at this point in the history
  • Loading branch information
yuseogi0218 committed Jan 24, 2024
1 parent 60d8db1 commit 6c4bc38
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pull-request-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
restore-keys: ${{ runner.os }}-sonar
# Sonar Cloud
- name: SonarCloud scan
uses: SonarSource/sonarcloud-github-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew sonar --info --stacktrace

0 comments on commit 6c4bc38

Please sign in to comment.