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 ScoverageOptions out to its own file. #393

Closed ckipp01 closed 2 years ago

ckipp01 commented 2 years ago

This renames the plugin.scala to ScoveragePlugin.scala and also moves the parsing of the options out into it's own file. I also clean up some of the vars that weren't really necessary