File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 3939 name : Backwards compatibility test
4040 needs : [pr-test]
4141 uses : ./.github/workflows/backwards-compatibility-test.yml
42+
43+ # Test sonarcloud analysis
44+ # pr-analysis:
45+ # name: SonarCloud Pr Analysis
46+ # runs-on: ubuntu-latest
47+ # needs: pr-test
48+ # steps:
49+ # - uses: actions/checkout@v4
50+ # with:
51+ # fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
52+ #
53+ # # Download reports
54+ # - uses: ./.github/actions/download-coverage-report
55+ # - uses: ./.github/actions/download-lint-report
56+ #
57+ # - name: SonarCloud Scan
58+ # uses: SonarSource/sonarqube-scan-action@v4.2.1
59+ # env:
60+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
61+ # SONAR_TOKEN: ${{ secrets.SONARQUBE_SCANNER }}
62+ # with:
63+ # args: >
64+ # -Dsonar.pullrequest.key=${{ github.env.PR_NUMBER }}
You can’t perform that action at this time.
0 commit comments