We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1565a commit 9a463eaCopy full SHA for 9a463ea
.github/workflows/sonar.yaml
@@ -37,4 +37,5 @@ jobs:
37
- name: Analyze with SonarCloud
38
run: ./mvnw verify jacoco:report sonar:sonar -B -Dsonar.projectKey=mybatis_mybatis-dynamic-sql -Dsonar.organization=mybatis -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN -Dlicense.skip=true
39
env:
40
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments