Skip to content

Scoverage support on Scala 3.2 #2043

Closed
@markehammons

Description

@markehammons

Scala 3.2 can generate scoverage info on its own. You need only do

override def scalacOptions: Target[Seq[String]] =
      T {
        outer.scalacOptions() ++
          Seq(s"-coverage-out:${data().path.toIO.getPath()}")

To have coverage reports.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions