test-reporter
test-reporter copied to clipboard
Jacoco Groups Don't Work
I'm seeing could not find coverage info for source files
even when setting JACOCO_SOURCE_PATH
. Looking at source, I think this is because groups are not properly supported.
I've verified that if I remove the group
tags from my jacoco.xml things appear to work.
This may be a duplicate of https://github.com/codeclimate/test-reporter/issues/376