Skip to content

Commit

Permalink
coverage plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierMonton committed Dec 20, 2020
1 parent 81066f8 commit c87d94d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class BigQueryTableSpec extends IntegrationSpec {
}

"A Simple Case Class" should "create a table" in {
println(BigQueryTable.createTable[Simple](dataset, "simple").leftSide)
BigQueryTable.createTable[Simple](dataset, "simple").isRight shouldBe true
}

Expand Down

0 comments on commit c87d94d

Please sign in to comment.