intellij idea community edition - code coverage?

前端 未结 3 2024
一向
一向 2021-02-19 16:54

Looking at comparison matrix it looks like IDEA CE does not support code coverage at all. Bu there are lots of code coverage tools available, so perhaps it\'s possible to incorp

3条回答
  •  鱼传尺愫
    2021-02-19 17:10

    So, what doesn't work in CE is integrated code coverage. Any external tool would work. Emma for example integrates into maven and setting up maven goals inside IDEA is easy.

    Just alter your pom.xml to include the emma maven plugin and it should work inside IDEA and on normal command line.

    http://emma.sourceforge.net/maven-emma-plugin/

提交回复
热议问题