Added Coverage in SonarQube

This commit is contained in:
Evgeny Ezhov 2019-11-27 23:03:38 +03:00
parent a3a8e31059
commit 120a6adfab
3 changed files with 8 additions and 4 deletions

View file

@ -4,6 +4,8 @@ sonar.organization=ezhov-evgeny
sonar.projectName=webdav-client-python-3
sonar.projectVersion=0.13
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=.
sonar.sources=webdav3
sonar.tests=tests
sonar.python.coverage.reportPaths=coverage.xml
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8