Skip to content

Commit

Permalink
getting coverage to work
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed May 8, 2024
1 parent 7552ba5 commit 07295c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sonar.organization=bcgov-oss
sonar.projectKey=gwa-api

#sonar.sources=src
sonar.python.coverage.reportPath=microservices/*/coverage.xml
sonar.python.coverage.reportPaths=microservices/*/coverage.xml

# relative paths to source directories. More details and properties are described
# in https://docs.sonarsource.com/sonarcloud/advanced-setup/analysis-scope/
Expand All @@ -17,6 +17,6 @@ sonar.python.coverage.reportPath=microservices/*/coverage.xml

kubeApi.sonar.projectBaseDir=microservices
kubeApi.sonar.sources=kubeApi/auth,kubeApi/clients,kubeApi/routers
kubeApi.sonar.python.coverage.reportPath=kubeApi/coverage.xml
kubeApi.sonar.python.coverage.reportPaths=kubeApi/coverage.xml

#sonar.python.coverage.reportPaths=microservices/*/coverage.xml

0 comments on commit 07295c8

Please sign in to comment.