-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
Expected vs Actual Behaviour
It should be set correctly with jacocoExcludes like below:
jacocoExcludes := jacocoExcludes(Seq("com.bpshare.Application"))
Instead it shows error: Type mismatch
Refer to the attachment screenshot for details.
Steps to Reproduce
In build.sbt file, try to exclude main Scala file with jacocoExcludes := jacocoExcludes(Seq("com.bpshare.Application"))
,
but it shows error: Type mismatch. Refer to the attachment screenshot for details.
Environment
Metadata
Metadata
Assignees
Labels
No labels