alde / fourleafclover

JVM Clover XML parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Four Leaf Clover

CircleCI Maven Central

Installation

<dependency>
    <groupId>nu.alde</groupId>
    <artifactId>fourleafclover</artifactId>
    <version>0.0.1</version>
</dependency>

Usage

FourLeafClover#process(file: String) takes the content of the clover.xml file.

FourLeafClover#process(filePath: Path) takes the Path to where the clover.xml can be found.

About

JVM Clover XML parser

License:Other


Languages

Language:Kotlin 100.0%