3

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*")
Jacek Laskowski
  • 72,696
  • 27
  • 242
  • 420
Roch
  • 21,741
  • 29
  • 77
  • 120

1 Answers1

0

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.

Jacek Laskowski
  • 72,696
  • 27
  • 242
  • 420