Skip to content

jacocoExcludes setting does not work #234

@muncleben

Description

@muncleben

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

  • SBT version: 1.4.3
  • Plugin version: 3.4.0
  • Scala version(s): 2.12.6
  • Java version: 1.8
  • Link to project source: NA
    2022-10-17_15h12_51

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions