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
- Host: GitHub
- URL: https://github.com/marchof/jacoco-playground-filters
- Owner: marchof
- Created: 2013-02-14T18:57:41.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-01-05T19:59:17.000Z (over 12 years ago)
- Last Synced: 2025-02-09T00:34:43.542Z (over 1 year ago)
- Language: Java
- Size: 168 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.