Open muncleben opened 2 years ago
Hello @muncleben, while I am just a user, I might have a solution for you.
jacocoExcludes := Seq("com.bsphare.Application")
No need to wrap it in the second jacocoExcludes
.
also make sure it's inside the settings
sequence block, depending on your project structure.
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