We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3ea2d1 + aabb318 commit 1e5adbbCopy full SHA for 1e5adbb
setup.cfg
@@ -13,7 +13,7 @@ test=pytest
13
14
[tool:pytest]
15
ignore_glob=./splitio/_OLD/*
16
-addopts = --cov=splitio --verbose
+addopts = --verbose --cov=splitio --cov-report xml
17
python_classes=*Tests
18
19
[build_sphinx]
sonar-scanner.sh
@@ -10,6 +10,7 @@ sonar_scanner() {
10
-Dsonar.sources='splitio' \
11
-Dsonar.projectName='python-client' \
12
-Dsonar.projectKey='python-client' \
+ _Dsonar.python.coverage.reportPaths='coverage.xml' \
-Dsonar.links.ci='https://travis-ci.com/splitio/python-client' \
-Dsonar.links.scm='https://github.com/splitio/python-client' \
${params}
0 commit comments