trautonen / coveralls-maven-plugin

Maven plugin for submitting Java code coverage reports to Coveralls web service.
MIT License
311 stars 124 forks source link

Log code lines from generated report to Maven console #3

Closed trautonen closed 11 years ago

trautonen commented 11 years ago

To help debugging report generation, a logging output should be created when Maven debug is enabled. The log should include total number of lines, relevant lines, covered lines and missed lines.

trautonen commented 11 years ago

When maven command is run with -X parameter, the coveralls-maven-plugin log output will contain statistics of the generated coveralls data: total number of source code lines, relevant lines, covered lines and missed lines.

trautonen commented 11 years ago

Changed the metrics logging so that debug is not needed.