IntelliJ IDEA Code Coverage Agent [](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)

July 24, 2024 ยท View on GitHub

Apache 2 licensed code coverage engine for JVM. Supports branch coverage and per-test coverage tracking.

How to use IntelliJCoverage agent in your project?

Compiling

Open the project directory as Gradle project and run :instrumentation:jar task. The agent binary is created as coverage-agent.jar in the dist directory.

Contributions

Pull requests are welcome. Please post bug reports and feature requests to YouTrack, project "IntelliJ IDEA".