Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marchof/jacoco-maven-examples

Examples of Maven builds with JaCoCo for different JVM languages
https://github.com/marchof/jacoco-maven-examples

Last synced: about 2 months ago
JSON representation

Examples of Maven builds with JaCoCo for different JVM languages

Awesome Lists containing this project

README

        

JaCoCo Maven Examples for Different JVM Languages
=================================================

Collection of Maven example projects for different Java VM languages with JaCoCo
code coverage. Each project contains a simple _Hello World_ snippet and a
corresponding unit test. It can be build with with

mvn clean package

The coverage report is generated at `target/site/jacoco/`.

License
-------

The examples and the accompanying materials are made available under the terms
of the [Eclipse Public License v1.0](http://www.eclipse.org/legal/epl-v10.html).