Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jetbrains/intellij-coverage
IntelliJ IDEA code coverage agent
https://github.com/jetbrains/intellij-coverage
coverage coverage-agent intellij java
Last synced: 6 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T11:21:04.000Z (about 2 months ago)
- Last Synced: 2025-01-19T02:19:41.307Z (6 days ago)
- Topics: coverage, coverage-agent, intellij, java
- Language: Java
- Size: 11.1 MB
- Stars: 79
- Watchers: 45
- Forks: 36
- 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 [![official JetBrains project](http://jb.gg/badges/official-plastic.svg)](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".