Skip to content

Commit a2132ad

Browse files
committed
Remove SonarCloud dependencies and GitHub actions
Remove SonarCloud integration from the continuous testing workflow. * **Continuous Testing Workflow** - Remove the `SonarCloud Scan` step. - Remove the `SONAR_TOKEN` environment variable. * **Delete sonar-project.properties file** --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/smallstack/utils?shareId=XXXX-XXXX-XXXX-XXXX).
1 parent e5a4606 commit a2132ad

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

.github/workflows/continuous-testing.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Continuous Testing
22

33
env:
44
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
65

76
on:
87
push:
@@ -34,8 +33,3 @@ jobs:
3433
uses: codecov/test-results-action@v1
3534
with:
3635
token: ${{ secrets.CODECOV_TOKEN }}
37-
- name: SonarCloud Scan
38-
uses: SonarSource/[email protected]
39-
env:
40-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
41-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

sonar-project.properties

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

0 commit comments

Comments
 (0)