Adjust the coverage path information

This commit is contained in:
Trenton H
2025-09-16 08:58:36 -07:00
parent 158f8f6656
commit 567393921b

View File

@@ -13,7 +13,7 @@ sonar.python.version=3.10,3.11,3.12,3.13
# Coverage reports
sonar.python.coverage.reportPaths=merged-backend-coverage.xml
sonar.javascript.lcov.reportPaths=lcov.info
sonar.javascript.lcov.reportPaths=coverage/lcov.info
# Test execution reports
sonar.junit.reportPaths=**/junit.xml,**/test-results.xml