mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 16:47:45 -02:30
fix: include awxkit coverage in sonarqube
This commit is contained in:
@@ -21,7 +21,7 @@ sonar.projectName=awx
|
|||||||
|
|
||||||
# Source directories to analyze
|
# Source directories to analyze
|
||||||
sonar.sources=.
|
sonar.sources=.
|
||||||
sonar.inclusions=awx/**
|
sonar.inclusions=awx/**,awxkit/**
|
||||||
|
|
||||||
# Test directories
|
# Test directories
|
||||||
sonar.tests=awx/main/tests
|
sonar.tests=awx/main/tests
|
||||||
@@ -54,7 +54,7 @@ sonar.sourceEncoding=UTF-8
|
|||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|
||||||
# Test and coverage reports (paths relative to project root)
|
# Test and coverage reports (paths relative to project root)
|
||||||
sonar.python.coverage.reportPaths=reports/coverage.xml
|
sonar.python.coverage.reportPaths=reports/coverage.xml,awxkit/coverage.xml
|
||||||
sonar.python.xunit.reportPath=/reports/junit.xml
|
sonar.python.xunit.reportPath=/reports/junit.xml
|
||||||
|
|
||||||
# External tool reports (add these paths when tools are configured)
|
# External tool reports (add these paths when tools are configured)
|
||||||
|
|||||||
Reference in New Issue
Block a user