Skip to content

Commit fb7e7af

Browse files
authored
Merge pull request #19 from Typeform/chore/remove-sonarcloud
chore(PLT-3524): remove SonarCloud setup
2 parents e708b98 + 3c89244 commit fb7e7af

2 files changed

Lines changed: 0 additions & 44 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -103,35 +103,3 @@ jobs:
103103
JARVIS_NOTIFY_PREVIEW_TEMPLATE: ${{ secrets.JARVIS_NOTIFY_PREVIEW_TEMPLATE }}
104104
PUBLIC_CDN_URL: 'https://btn.typeform.com'
105105

106-
sonarcloud:
107-
name: Test and Code Quality Report (SonarCloud)
108-
needs:
109-
- build-lint-test
110-
runs-on: ubuntu-latest
111-
steps:
112-
- name: Check out Git repository
113-
uses: actions/checkout@v4
114-
with:
115-
fetch-depth: 0
116-
117-
- name: Download coverage file
118-
uses: actions/download-artifact@v4
119-
with:
120-
name: coverage
121-
122-
- name: Move the coverage file to a proper location
123-
run: |
124-
mkdir -p coverage
125-
mv lcov.info coverage/lcov.info
126-
127-
- name: Verify coverage file ready
128-
run: ls -lah ./coverage/lcov.info
129-
130-
- name: SonarCloud Scan
131-
uses: SonarSource/sonarcloud-github-action@v2
132-
with:
133-
args: >
134-
-Dsonar.projectVersion=${{ github.run_id }}
135-
env:
136-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
137-
SONAR_TOKEN: ${{ secrets.SONAR_CLOUD_TOKEN }}

sonar-project.properties

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

0 commit comments

Comments
 (0)