Skip to content

Commit 1b78e99

Browse files
committed
Update sonar project properties to pick up coverage reports
1 parent 35ac50a commit 1b78e99

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

sonar-project.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
sonar.projectKey=python-odin_odin
22
sonar.organization=python-odin
33

4+
# Python options
5+
sonar.python.version=3.10
6+
sonar.python.coverage.reportPaths=reports/coverage-*.xml
7+
48
# Encoding of the source code. Default is default system encoding
59
sonar.sourceEncoding=UTF-8

0 commit comments

Comments
 (0)