Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marchof/jacoco-maven-examples
- Owner: marchof
- Created: 2012-07-22T21:15:23.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T20:14:44.000Z (about 7 years ago)
- Last Synced: 2023-03-25T19:59:11.085Z (over 1 year ago)
- Language: Java
- Homepage: http://www.eclemma.org/jacoco/
- Size: 18.6 KB
- Stars: 18
- Watchers: 4
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 withmvn 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).