Skip to content

Commit 7616bc0

Browse files
authored
Remove SonarCloud report steps from workflow
Removed SonarCloud report generation steps from checks.yml.
1 parent 6c0719d commit 7616bc0

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/checks.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -38,28 +38,6 @@ jobs:
3838
- name: Run pre-commit
3939
run: pre-commit run --all-files --show-diff-on-failure
4040

41-
sonarcloud_report:
42-
runs-on: ubuntu-slim
43-
steps:
44-
- uses: actions/checkout@v6
45-
46-
- uses: actions/setup-python@v6
47-
with:
48-
python-version: '3.12'
49-
50-
- name: Install requests
51-
run: pip install requests
52-
53-
- name: Fetch SonarCloud report
54-
uses: SonarSource/sonarqube-scan-action@v7.0.0
55-
run: python CI/scripts/fetch_sonarcloud_report.py --token ${{ secrets.SONAR_TOKEN }} --project_key "acts-project_acts" --filename "sonar_report.json"
56-
57-
- uses: actions/upload-artifact@v7
58-
with:
59-
name: sonar-report
60-
path: sonar_report.json
61-
62-
6341
smearing_config:
6442
runs-on: ubuntu-slim
6543
steps:

0 commit comments

Comments
 (0)