mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
fix: include awxkit coverage in sonarqube
This commit is contained in:
@@ -21,7 +21,7 @@ sonar.projectName=awx
|
||||
|
||||
# Source directories to analyze
|
||||
sonar.sources=.
|
||||
sonar.inclusions=awx/**
|
||||
sonar.inclusions=awx/**,awxkit/**
|
||||
|
||||
# Test directories
|
||||
sonar.tests=awx/main/tests
|
||||
@@ -54,7 +54,7 @@ sonar.sourceEncoding=UTF-8
|
||||
# =============================================================================
|
||||
|
||||
# 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
|
||||
|
||||
# External tool reports (add these paths when tools are configured)
|
||||
|
||||
Reference in New Issue
Block a user