Skip to content

Commit

Permalink
Revert "Scoverage inner module defaults to skipIdea = true (#2989)"
Browse files Browse the repository at this point in the history
This reverts commit 4b63b1b.
  • Loading branch information
lefou committed Mar 21, 2024
1 parent 7f20899 commit cb8cfff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ trait ScoverageModule extends ScalaModule { outer: ScalaModule =>
def xmlCoberturaReport(): Command[Unit] = T.command { doReport(ReportType.XmlCobertura) }
def consoleReport(): Command[Unit] = T.command { doReport(ReportType.Console) }

override def skipIdea: Boolean = true // being a synthetic module, no need to appear in the IDE
override def skipIdea = outer.skipIdea
}

trait ScoverageTests extends ScalaTests {
Expand Down

0 comments on commit cb8cfff

Please # to comment.