Skip to content

ephemerist/coverage-parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coverage-parser

Circle CI Codacy Badge Codacy Badge Maven Central

Scala library for parsing coverage reports.

Currently we support Jacoco and Cobertura reports.

Both CoberturaParser and JacocoParser receive the language, the project root, and the file containing the coverage report, producing the Codacy coverage format

Usage:

val reader = new CoberturaParser(Language.Scala, rootProjectDir, coberturaFile)
val report = reader.generateReport()

About

Library for parsing coverage reports

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 100.0%