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 3b07cd0 commit fd08edfCopy full SHA for fd08edf
.github/workflows/sonar.yaml
@@ -27,7 +27,7 @@ jobs:
27
restore-keys: |
28
${{ runner.os }}-maven-
29
- name: Analyze with SonarCloud
30
- run: ./mvnw verify jacoco:report sonar:sonar -B -Dsonar.projectKey=mybatis_spring-native -Dsonar.organization=mybatis -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN -Dlicense.skip=true --no-transfer-progress
+ run: ./mvnw verify jacoco:report sonar:sonar -B -Dsonar.projectKey=mybatis_spring-native -Dsonar.organization=mybatis -Dsonar.host.url=https://sonarcloud.io -Dsonar.token=$SONAR_TOKEN -Dlicense.skip=true --no-transfer-progress
31
env:
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments