Specify includeNoLocationClasses in another way

This commit is contained in:
Kirill Kamakin
2022-06-03 17:46:11 +02:00
parent 2e44a6e446
commit fcf1608099
2 changed files with 6 additions and 4 deletions

View File

@@ -49,8 +49,4 @@ sonarqube {
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.androidLint.reportPaths", "build/reports/lint-results-debug.xml"
}
}
rootCoverage {
includeNoLocationClasses true
}