Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/09bc1138b9b1b0b8809bc0f1809983465962c2ab You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Exclude API from coverage calculation

pull/6/head
Qstick 6 years ago
parent c4a067751a
commit 09bc1138b9

@ -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

Loading…
Cancel
Save