Add more detail in sonar-project.properties.

This commit is contained in:
Dave Shawley 2021-04-07 07:29:45 -04:00
parent 40708fa70c
commit 4986aa2868
No known key found for this signature in database
GPG Key ID: F41A8A99298F8EED
1 changed files with 9 additions and 1 deletions

View File

@ -1,2 +1,10 @@
sonar.projectKey=sprockets_sprockets-statsd
sonar.organization=sprockets
sonar.projectKey=sprockets_sprockets-statsd
sonar.projectName=sprockets-statsd
sonar.links.ci=https://github.com/sprockets/sprockets-statsd/actions/workflows/run-tests.yml
sonar.links.homepage=https://sprockets-statsd.readthedocs.io/en/latest/
sonar.links.issue=https://github.com/sprockets/sprockets-statsd/issues
sonar.links.scm=https://github.com/sprockets/sprockets-statsd
sonar.inclusions=sprockets_statsd/**/*.py
sonar.test.inclusions=tests/**/*.py
sonar.python.coverage.reportPaths=coverage.xml