Skip to content

Commit

Permalink
Refactor : update sonar coverage token (#32706)
Browse files Browse the repository at this point in the history
  • Loading branch information
taojintianxia authored Aug 28, 2024
1 parent b3dd32a commit 2eaa8c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nightly-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,6 @@ jobs:
distribution: temurin
java-version: 17
- name: Upload jacoco report to sonar
run: ./mvnw -Dsonar.coverage.jacoco.xmlReportPaths=${{ github.workspace }}/target/mergeReport/jacoco.xml sonar:sonar
env:
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
run: ./mvnw -B sonar:sonar -Dsonar.projectKey=apache_shardingsphere -Dsonar.coverage.jacoco.xmlReportPaths=${{ github.workspace }}/target/mergeReport/jacoco.xml

0 comments on commit 2eaa8c9

Please sign in to comment.