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*")