scoverage / gradle-scoverage

A plugin to enable the use of Scoverage in a gradle Scala project
Apache License 2.0
53 stars 38 forks source link

Change warn level to info when sub-projects are excluded. #180

Closed rhass closed 2 years ago

rhass commented 2 years ago

In some cases we have intentionally omitted some sub-projects from being instrumented with scoverage, which causes the log output to be spammed with this message. This sets the log level to info which is more consistent with the rest of the codebase and prevents spamming logs when projects are excluded from the coverage reports.

rhass commented 2 years ago

This might need to be bumped up to debug instead of info to achieve the desired results.