HandOfGod94 / jacoco-cov-badge-maven-plugin

Generate High Quality SVG, PNG and JPG Coverage badges locally from jacoco report as part of build
The Unlicense
7 stars 10 forks source link

Bug: The plugin only reads the first line of the coverage report. #49

Open FrodeBjerkholt opened 8 months ago

FrodeBjerkholt commented 8 months ago

The plugin only reads the first line of the coverage report. This can easily be reproduced by running the BadgeGeneratorTest in debug mode. You will then find that the CsvReportParser.parse() method only returns a List with one report line.