Skip to content

Commit 1139e80

Browse files
authored
Merge pull request #165 from Typeform/chore/remove-sonarcloud
chore(PLT-3524): remove SonarCloud setup
2 parents 1c4d347 + e66af33 commit 1139e80

2 files changed

Lines changed: 0 additions & 47 deletions

File tree

.github/workflows/pr.yml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -61,37 +61,3 @@ jobs:
6161
path: ./coverage/lcov.info
6262
retention-days: 1
6363

64-
sonarcloud:
65-
name: Test and Code Quality Report (SonarCloud)
66-
needs:
67-
- build-lint-test
68-
runs-on: ubuntu-latest
69-
steps:
70-
- name: Check out Git repository
71-
uses: actions/checkout@v6
72-
with:
73-
fetch-depth: 0
74-
75-
- name: Download coverage file
76-
uses: actions/download-artifact@v8
77-
with:
78-
name: coverage-report
79-
80-
- name: Move the coverage file to a proper location
81-
run: |
82-
mkdir -p coverage
83-
mv lcov.info coverage/lcov.info
84-
85-
- name: Verify coverage file ready
86-
run: ls -lah ./coverage/lcov.info
87-
88-
- name: SonarCloud Scan
89-
uses: SonarSource/sonarqube-scan-action@v8
90-
with:
91-
skipSignatureVerification: true
92-
args: >
93-
-Dsonar.projectVersion=${{ github.run_id }}
94-
env:
95-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
96-
SONAR_TOKEN: ${{ secrets.SONAR_CLOUD_TOKEN }}
97-
LC_ALL: "C.UTF-8"

sonar-project.properties

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)