How to list all classes without tests in IntelliJ IDEA?
if we already can,
Gradle task jacoco
helps, and it what I am using, but I still want to know if there is something built-in in Intellij IDEA.
答案 0 :(得分:3)
You could run your test suite with code coverage:
https://www.jetbrains.com/help/idea/running-test-with-coverage.html
https://www.jetbrains.com/help/idea/viewing-code-coverage-results.html