diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 77953ee16..2b36df055 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -454,6 +454,7 @@ stages: projectName: 'Lidarr' extraProperties: | sonar.exclusions=**/obj/**,**/*.dll,**/NzbDrone.Core.Test/Files/**/*,./frontend/**,**/ExternalModules/**,./src/Libraries/** + sonar.coverage.exclusions=**/Lidarr.Api.V1/** sonar.cs.opencover.reportsPaths=$(Build.SourcesDirectory)/_tests/CoverageResults/coverage.opencover.xml sonar.cs.nunit.reportsPaths=$(Build.SourcesDirectory)/TestResult.xml - bash: ./build.sh --only-backend