I would like to know if there is a way I can exclude files/folders from SCCT coverage just like in JaCoCO4SBT
jacoco.excludes in jacoco.Config := Seq("views*", "Routes", "controllers*routes*", "controllers*Reverse*", "controllers*javascript*", "controller*ref*")
Having a quick look at the sources I don't think it's possible. The plugin doesn't seem to use sbt's settings and it's going to be tough to reconfigure it.