An open API service indexing awesome lists of open source software.

https://github.com/marchof/jacoco-playground-filters

Filtering prototype for JaCoCo
https://github.com/marchof/jacoco-playground-filters

Last synced: over 1 year ago
JSON representation

Filtering prototype for JaCoCo

Awesome Lists containing this project

README

          

Filtering API Prototype for JaCoCo
==================================

This is a prototype for a future filtering API for JaCoCo. The API focuses on
filtering and is currently not compatible with JaCoCo. In particular it does not
use any JaCoCo internals like the flow analyzer or probes.

See [wiki](https://github.com/jacoco/jacoco/wiki/FilteringOptions) for filter
descriptions.

JaCoCo is a free Java code coverage library distributed under the Eclipse Public
License. Check [http://www.eclemma.org/jacoco](http://www.eclemma.org/jacoco)
for downloads, documentation and feedback.