Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 0310651

Browse files
committed
fixup! Update sonarcloud CI
1 parent f4a320b commit 0310651

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
-Dsonar.projectKey=edu-python-course_problem-sets
4848
-Dsonar.organization=edu-python-course
4949
-Dsonar.python.coverage.reportPaths=coverage.xml -X
50+
-Dsonar.coverage.exclusions=**/scripts/**,*__init__*,*__main__* -X
5051
env:
5152
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
5253
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)