scoverage / scalac-scoverage-plugin

Scoverage Scala Code Coverage Core Libs
https://github.com/scoverage
Apache License 2.0
426 stars 126 forks source link

refactor: create reporter, serializer, and domain modules #405

Closed ckipp01 closed 2 years ago

ckipp01 commented 2 years ago

This is a large breaking change, however it's necessary in order to be able to re-use the deserialization and coverage writer functionality both for the Scala 2 plugin contained in this repo and the forthcoming Scala 3 support which will be directly in the Scala 3 compiler.

Relates to #368