Skip to content

Commit

Permalink
Removed coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
labra committed Apr 25, 2021
1 parent 373d8dc commit 7a38423
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,19 @@ lazy val utilsRoot = project
publish / skip := true,
ThisBuild / githubWorkflowBuild := Seq(
WorkflowStep.Sbt(
List("clean", "coverage", "test", "coverageReport", "scalafmtCheckAll"),
List("clean",
// "coverage",
"test",
// "coverageReport",
"scalafmtCheckAll"
),
id = None,
name = Some("Test")
),
WorkflowStep.Use(
/* WorkflowStep.Use(
UseRef.Public("codecov", "codecov-action", "e156083f13aff6830c92fc5faa23505779fbf649"), // v1.2.1
name = Some("Upload code coverage")
)
) */
)
)

Expand Down Expand Up @@ -232,7 +237,7 @@ lazy val commonSettings = compilationSettings ++ sharedDependencies ++ Seq(
Resolver.sonatypeRepo("releases"),
Resolver.sonatypeRepo("snapshots")
),
coverageHighlighting := true,
// coverageHighlighting := true,
githubOwner := "weso",
githubRepository := "utils"
)
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.2")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.20")
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
// addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.3")
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0")

0 comments on commit 7a38423

Please sign in to comment.