-
Notifications
You must be signed in to change notification settings - Fork 158
Closed
Description
Hi I have following settings override:
.settings(ScoverageKeys.excludedPackages := ";./twirl/.;.*template.scala;")
Basically I want to ignore all the files under package twirl and all the classes which ends with
template.scala. However I am getting errors below. It is obviously looking at the file which ends with template.scala. Why isn't excludePagages not working?
[scoverage]: Instrumentation completed [50838 statements]
[error]
[error] while compiling: /Users/ph/target/scala-2.10/twirl/main/views/html/testsAndPocs/dashboard.template.scala
[error] during phase: scoverage-instrumentation
[error] library version: version 2.10.4
Metadata
Metadata
Assignees
Labels
No labels