Skip to content

A functionality to read JaCoCo report csv file and calculate the data to have the total percentage of different coverage metrics.

Notifications You must be signed in to change notification settings

kyklospi/parse-jacoco-report

Repository files navigation

parse-jacoco-report

A small functionality to read JaCoCo report csv file, calculate the data to have the total percentage of different coverage metrics.

Metrics are:

  • branch coverage
  • method coverage
  • line coverage
  • instruction coverage
  • complexity coverage

Details about metrics can be read from EclEmma jacoco documentation here: https://www.eclemma.org/jacoco/trunk/doc/counters.html

About

A functionality to read JaCoCo report csv file and calculate the data to have the total percentage of different coverage metrics.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages