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
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
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
January 24, 2025 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
Community
IntelliJ IDEA Open API and Plugin Development
How to implement coverage highlighting
1 vote
Next
›
Last
»