https://github.com/jetbrains/intellij-coverage
IntelliJ IDEA code coverage agent
https://github.com/jetbrains/intellij-coverage
coverage coverage-agent intellij java
Last synced: 18 days ago
JSON representation
IntelliJ IDEA code coverage agent
- Host: GitHub
- URL: https://github.com/jetbrains/intellij-coverage
- Owner: JetBrains
- License: other
- Created: 2014-12-09T11:38:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T11:21:04.000Z (4 months ago)
- Last Synced: 2025-04-05T07:01:35.426Z (18 days ago)
- Topics: coverage, coverage-agent, intellij, java
- Language: Java
- Size: 11.1 MB
- Stars: 81
- Watchers: 46
- Forks: 37
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# IntelliJ IDEA Code Coverage Agent [](https://confluence.jetbrains.com/display/ALL/JetBrains+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?
* in IDEA: [run with coverage action](https://www.jetbrains.com/help/idea/running-test-with-coverage.html)
* in TeamCity: [add coverage report to your build](https://www.jetbrains.com/help/teamcity/intellij-idea.html)
* in Gradle and Maven projects: use [Kover plugin](https://github.com/Kotlin/kotlinx-kover)## 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](https://youtrack.jetbrains.com/issues/IDEA), project "IntelliJ IDEA".