Skip to content

Commit 9fc8f4f

Browse files
committed
✨ feat: coverage w/ sonar
1 parent ad1566e commit 9fc8f4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sonar-project.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ sonar.organization=transposedata
33
sonar.javascript.lcov.reportPaths=./functions/coverage/lcov.info
44
sonar.sources=.
55
sonar.projectDescription=Python SDK wrapper for the Transpose API suite
6-
sonar.python.coverage.reportPaths=coverage.xml
6+
sonar.python.coverage.reportPaths=coverage.xml
7+
sonar.coverage.exclusions=./demo/**/*, ./tests/**/*, ./transpose/extras/**/*, ./transpose/modals/**/*

0 commit comments

Comments
 (0)