主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Maksim Zuev
活动总数
19
最后的活动
2025年01月24日 09:03
成员加入日期
2021年08月30日 11:26
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
6
活动概览
文章(0)
帖子(0)
评论(13)
按最近的活动排序
最近的活动
投票数
创建于
2024年01月25日 14:46
Luofeng Qzp hi! You just need one extra step: call `com.intellij.execution.configurations.coverage.JavaCoverageEnabledConfiguration#getFrom` – this will mark your run configuration as suitable for ...
社区
IntelliJ IDEA Open API and Plugin Development
How to run unit test with coverage in plugin?
2 票
创建于
2023年10月17日 09:58
Hi, xiaobai0314!1. Coverage report import takes the file as a reference, so it does not store the file anywhere. You can use `com.intellij.coverage.CoverageDataManager#addExternalCoverageSuite` met...
社区
IntelliJ IDEA Open API and Plugin Development
I have a few questions regarding code coverage and plugin development in IntelliJ IDEA.
1 票
创建于
2025年01月24日 09:03
Hi! XMLReportRunner expects JaCoCo xml report as an inputhttps://www.eclemma.org/jacoco/trunk/doc/index.htmlSo, you can try mapping your data to this format, or use your parsing method
社区
IntelliJ IDEA Open API and Plugin Development
How to implement coverage highlighting
1 票
下一页
›
最后
»