项目作者: JetBrains

项目描述 :
IntelliJ IDEA code coverage agent
高级语言: Java
项目地址: git://github.com/JetBrains/intellij-coverage.git
创建时间: 2014-12-09T11:38:56Z
项目社区:https://github.com/JetBrains/intellij-coverage

开源协议:Other

下载


IntelliJ IDEA Code Coverage Agent official JetBrains project

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”.