Skip to content

Commit 022f629

Browse files
author
Gonzalo Diaz
committed
[CONFIG] Node script for github-actions, sonarcloud automatic scan disabled (to enable coverage support):
https://docs.sonarsource.com/sonarcloud/enriching/test-coverage/python-test-coverage/
1 parent 7596c58 commit 022f629

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sonar-project.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ sonar.organization=sir-gon
77

88

99
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
10-
sonar.sources=src
11-
sonar.exclusions=**/*test.py
10+
# sonar.sources=src
11+
sonar.exclusions=**/*test.py,**/__init__.py
1212

1313
# Encoding of the source code. Default is default system encoding
1414
#sonar.sourceEncoding=UTF-8

0 commit comments

Comments
 (0)