Код: Выделить всё
Searching for com/mypackage/MyClassTest
Resource not found: com.mypackage.MyClassTest under the directory while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Class not found in resource cache : com.mypackage.MyClassTest
Resource not found : com.mypackage.MyClassTest
Задаем свойства
Код: Выделить всё
property("sonar.junit.reportPaths", "build/test-results/test")
property("sonar.tests", "src/test")
Изменить: добавьте дополнительное сообщение об ошибке. Изменить заголовок.
Подробнее здесь: https://stackoverflow.com/questions/784 ... figuration
Мобильная версия