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

Commit c163acd

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +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
50+
-Dsonar.coverage.exclusions=**/scripts/**,**/__init__,**/__main__,**/tests/** -X
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
5353
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)