scoverage / scalac-scoverage-plugin

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

Various fixes for config and encoding. #400

Closed ckipp01 closed 2 years ago

ckipp01 commented 2 years ago

After playing around with this a bit in the sbt plugin I realized I made some mistakes and also made things in a way that were a bit of a pain to actually use from the plugins. So I got rid of the implicits in favor of explicits, and fixed the config parsing