scoverage / sbt-scoverage

sbt plugin for scoverage
Apache License 2.0
649 stars 156 forks source link

Package / file exclusion fails for Scala 3.5.0 #550

Closed karahanozturk closed 1 month ago

karahanozturk commented 1 month ago

I think this check meant to be case (3, minor) if minor == 4 && patch.exists(_ >= "2") || minor > 4 => true as it will fail for 3.5.0 but pass for 3.5.2