Skip to content

Commit 7596c58

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 bc87cfa commit 7596c58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sonar-project.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ sonar.exclusions=**/*test.py
1414
#sonar.sourceEncoding=UTF-8
1515

1616
sonar.python.version=3.12
17+
18+
# Coverage
19+
sonar.python.coverage.reportPaths=coverage.xml

0 commit comments

Comments
 (0)