Can files and folders be excluded from processing in scct?

283 views Asked by At

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

There are 1 answers

0
Jacek Laskowski On

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.