Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Maksim Zuev
Total activity
19
Last activity
January 24, 2025 09:03
Member since
August 30, 2021 11:26
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
6
Activity overview
Articles (0)
Posts (0)
Comments (13)
Sort by recent activity
Recent activity
Votes
Created
November 07, 2024 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to implement coverage highlighting
1 vote
Created
November 06, 2024 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to implement coverage highlighting
0 votes
Created
January 25, 2024 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
How to run unit test with coverage in plugin?
2 votes
Created
December 20, 2023 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...
Community
IntelliJ IDEA Users
Code coverage with JaCoCo appears not to show lines as partially covered?
0 votes
Created
November 16, 2023 10:52
Official comment
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...
Community
IntelliJ IDEA Open API and Plugin Development
Seeking Guidance on Implementing Coverage Highlighting in IntelliJ IDEA Plugin
0 votes
Created
October 17, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
I have a few questions regarding code coverage and plugin development in IntelliJ IDEA.
1 vote
Created
December 07, 2021 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 ...
Community
IntelliJ IDEA Users
Problem with coverage test . IntelliJ Idea.
0 votes
Created
December 07, 2021 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.
Community
IntelliJ IDEA Users
Problem with coverage test . IntelliJ Idea.
0 votes
Created
December 07, 2021 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...
Community
IntelliJ IDEA Users
Problem with coverage test . IntelliJ Idea.
0 votes
Edited
August 31, 2021 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. ...
Community
IntelliJ IDEA Users
Problem with coverage test . IntelliJ Idea.
0 votes
«
First
‹
Previous