scala - Can files and folders be excluded from processing in scct? -


i know if there way can exclude files/folders scct coverage in jacoco4sbt

jacoco.excludes in jacoco.config := seq("views*", "routes", "controllers*routes*", "controllers*reverse*", "controllers*javascript*", "controller*ref*") 

having quick @ the sources don't think it's possible. plugin doesn't seem use sbt's settings , it's going tough reconfigure it.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -