Skip to content

Aggregate raw coverage data instead of scoverage XML reports #64

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 22, 2018

Conversation

gslowikowski
Copy link
Member

This change is closely related to scoverage/scalac-scoverage-plugin#241

There is no requirement to generate individual coverage reports for modules before generating aggregated report anymore.

Additionally:
- use Scala 2.12 compatible Scoverage dependencies (upgrade from Scala 2.10),
- save source roots to 'target/scoverage-data/source.roots' file - without this, source roots which are being added to the project dynamically, during the build (e.g. with build-helper-maven-plugin) wouldn't be visible to 'report-only' mojo.
@gslowikowski gslowikowski merged commit 93ffc17 into master Dec 22, 2018
@gslowikowski gslowikowski deleted the aggregate-raw-data-not-xml-reports branch December 22, 2018 22:13
@gslowikowski
Copy link
Member Author

1.4.0-SNAPSHOT snapshot version published to Sonatype Snapshots Repository.

@gslowikowski gslowikowski added this to the 1.4.0 milestone Dec 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant