mtkopone / scct

Scala Code Coverage Tool
http://mtkopone.github.com/scct/
Apache License 2.0
129 stars 39 forks source link

Exclude folders #66

Closed 0xRoch closed 11 years ago

0xRoch commented 11 years ago

I would like to know if there is a way I can exclude files/folders from SCCT coverage just like in JaCoCO : jacoco.excludes in jacoco.Config := Seq("views_", "Routes", "controllersroutes", "controllersReverse", "controllersjavascript", "controller_ref*"),

Johnlon commented 11 years ago

See https://github.com/mtkopone/scct/pull/68 This is working for me.

0xRoch commented 11 years ago

great thanks i'll give it a try did you host it on some mvn repo ?