add sonar exclusions
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ivan Schaller 2022-05-10 17:25:28 +02:00
parent f36958b022
commit cd49a06fe1

View file

@ -4,8 +4,9 @@ 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.sources=.
#sonar.tests=tests
sonar.exclusions=tests/**,docker/**,contrib/**
sonar.python.version=3.9
sonar.python.coverage.reportPaths=coverage.xml