manga-dlp/sonar-project.properties
Ivan Schaller d116465188
All checks were successful
continuous-integration/drone/push Build is passing
remove tests from sonar ignore list
2022-05-11 14:25:41 +02:00

12 lines
471 B
Properties

sonar.projectKey=olofvndrhr:manga-dlp
sonar.projectName=olofvndrhr/manga-dlp
sonar.links.homepage=https://github.com/olofvndrhr/manga-dlp
sonar.links.scm=https://github.com/olofvndrhr/manga-dlp
sonar.links.issue=https://github.com/olofvndrhr/manga-dlp/issues
sonar.links.ci=https://drone.44net.ch/olofvndrhr/manga-dlp
#
sonar.sources=mangadlp
sonar.tests=tests
sonar.exclusions=docker/**,contrib/**
sonar.python.version=3.9
sonar.python.coverage.reportPaths=coverage.xml