Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
target
project/target
.bsp
.idea
build.sbt
16 changes: 15 additions & 1 deletion .idea/modules/coverage_olga_test-build.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions .idea/modules/coverage_olga_test.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@ lazy val root = (project in file("."))
.settings(
name := "coverage_olga_test"
)

libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.14" % "test"

jacocoReportSettings := JacocoReportSettings(
"Jacoco Coverage Report",
None,
JacocoThresholds(),
Seq(JacocoReportFormats.ScalaHTML, JacocoReportFormats.XML), // note XML formatter
"utf-8")
1 change: 1 addition & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.4.0")
Binary file not shown.
1 change: 0 additions & 1 deletion project/target/config-classes/$2b37726ea247cceb0e5f.cache

This file was deleted.

Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion project/target/config-classes/$33dadc437ace7c43b02e.cache

This file was deleted.

Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion project/target/config-classes/$9ca3f867c0dee0c909df.cache

This file was deleted.

Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion project/target/config-classes/$fe202c1387d652d3c11a.cache

This file was deleted.

Binary file not shown.
1 change: 0 additions & 1 deletion project/target/scala-2.12/sbt-1.0/sync/copy-resource

This file was deleted.

This file was deleted.

This file was deleted.

Empty file.
Empty file.
Empty file.
Empty file.

This file was deleted.

This file was deleted.

Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
3 changes: 0 additions & 3 deletions project/target/streams/_global/update/_global/streams/out

This file was deleted.

This file was deleted.

This file was deleted.

Empty file.
Empty file.
Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading