Four Leaf Clover

Clover report parser

License

License

Categories

Categories

Clover Application Testing & Monitoring Code Coverage Leaf Data Databases
GroupId

GroupId

nu.alde
ArtifactId

ArtifactId

fourleafclover
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Four Leaf Clover
Clover report parser
Project URL

Project URL

https://github.com/alde/fourleafclover
Source Code Management

Source Code Management

https://github.com/alde/fourleafclover

Download fourleafclover

How to add to project

<!-- https://jarcasting.com/artifacts/nu.alde/fourleafclover/ -->
<dependency>
    <groupId>nu.alde</groupId>
    <artifactId>fourleafclover</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/nu.alde/fourleafclover/
implementation 'nu.alde:fourleafclover:0.0.1'
// https://jarcasting.com/artifacts/nu.alde/fourleafclover/
implementation ("nu.alde:fourleafclover:0.0.1")
'nu.alde:fourleafclover:jar:0.0.1'
<dependency org="nu.alde" name="fourleafclover" rev="0.0.1">
  <artifact name="fourleafclover" type="jar" />
</dependency>
@Grapes(
@Grab(group='nu.alde', module='fourleafclover', version='0.0.1')
)
libraryDependencies += "nu.alde" % "fourleafclover" % "0.0.1"
[nu.alde/fourleafclover "0.0.1"]

Dependencies

runtime (5)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.3.31
com.fasterxml.jackson.core : jackson-annotations jar 2.9.9
com.fasterxml.jackson.core : jackson-core jar 2.9.9
com.fasterxml.jackson.dataformat : jackson-dataformat-xml jar 2.9.9
com.fasterxml.jackson.module : jackson-module-kotlin jar 2.9.9

Project Modules

There are no modules declared in this project.

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.

Versions

Version
0.0.1