主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2025年01月23日 14:02
H!addExternalCoverageSuite registers a suite in a storage so that you can later open it from the UI: https://www.jetbrains.com/help/idea/code-coverage.html#select_coverage_suitesIf you don't want t...
社区
IntelliJ IDEA Open API and Plugin Development
How to implement coverage highlighting
1 票
已编辑于
2025年01月22日 09:37
Dear Nahuel, You are doing a great job so far. I think the only missing part is calling the coverage suite opening after you created a suite. var coverageDataManager = CoverageDataManager.getInstan...
社区
IntelliJ IDEA Open API and Plugin Development
How to implement coverage highlighting
1 票
创建于
2024年11月07日 10:11
Please try adding `Coverage` plugin to the list of dependencies. `ProjectData` should be available. Looks like you are in the right direction, but I think you should also implement `MyCoverageRunne...
社区
IntelliJ IDEA Open API and Plugin Development
How to implement coverage highlighting
1 票
创建于
2024年11月06日 11:56
Dear Nahuel,Unfortunately, the implementation of coverage highlighting is not so flexible as you expected. The implementation is highly tied to the coverage needs, so it is not just ‘which files/li...
社区
IntelliJ IDEA Open API and Plugin Development
How to implement coverage highlighting
0 票
创建于
2023年12月20日 15:48
Sylvainsa Hello! Please try the latest IDEA version 2023.3.The service itself looks actually fully covered, while you shared with us the coverage of the test class. The numbers show 6/7 lines cover...
社区
IntelliJ IDEA Users
Code coverage with JaCoCo appears not to show lines as partially covered?
0 票
创建于
2023年11月16日 10:52
正式评论
Hi, Niko! I can provide some details on how the highlighting is implemented in the coverage module in IntelliJ.You can look at the `com.intellij.coverage.CoverageEditorAnnotatorImpl` implementation...
社区
IntelliJ IDEA Open API and Plugin Development
Seeking Guidance on Implementing Coverage Highlighting in IntelliJ IDEA Plugin
0 票
创建于
2021年12月07日 11:29
Thank you! Now I see the problem. The `java.test.agent.lib.path` option should be passed to the IDEA itself, not to the test java process. Please pass the directory option to IDEA in Toolbox->IDEA ...
社区
IntelliJ IDEA Users
Problem with coverage test . IntelliJ Idea.
0 票
创建于
2021年12月07日 10:51
Do you have error messages in the output? Can you please share it? What runner do you use (Gradle, Junit)? If you see java command parameters as in the screenshots above, please share it too.
社区
IntelliJ IDEA Users
Problem with coverage test . IntelliJ Idea.
0 票
创建于
2021年12月07日 08:07
Hello! Could you please make sure that `D:\Installed\coverage_lib` directory exists? If it does not help, could you please try to pass this setting as an option `-Djava.test.agent.lib.path=D:\Insta...
社区
IntelliJ IDEA Users
Problem with coverage test . IntelliJ Idea.
0 票
已编辑于
2021年08月31日 08:09
Hello, Ilja_K . Looks like your TEMP directory path contains spaces, so IDEA tries to save a temporary file used by coverage to some place which path does not contain spaces, but can not find any. ...
社区
IntelliJ IDEA Users
Problem with coverage test . IntelliJ Idea.
0 票
«
第一页
‹
上一页