You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* #153 - Add code coverage support improve
- Used Absa fork of JaCoCo solution - with scala method filtering.
- Added support for code coverage GitHub action check as part of PR.
addSbtPlugin("com.jsuereth"%%"scala-arm"%"2.0" from "https://repo1.maven.org/maven2/com/jsuereth/scala-arm_2.11/2.0/scala-arm_2.11-2.0.jar")
30
+
addSbtPlugin("com.jsuereth"%%"scala-arm"%"2.0" from "https://repo1.maven.org/maven2/com/jsuereth/scala-arm_2.12/2.0/scala-arm_2.12-2.0.jar")
31
+
32
+
addSbtPlugin("za.co.absa.jacoco"%"report"% jacocoVersion from jacocoUrl("report"))
33
+
addSbtPlugin("za.co.absa.jacoco"%"core"% jacocoVersion from jacocoUrl("core"))
34
+
addSbtPlugin("za.co.absa.jacoco"%"agent"% jacocoVersion from jacocoUrl("agent"))
35
+
addSbtPlugin("org.ow2.asm"%"asm"% ow2Version from ow2Url("asm"))
36
+
addSbtPlugin("org.ow2.asm"%"asm-commons"% ow2Version from ow2Url("asm-commons"))
37
+
addSbtPlugin("org.ow2.asm"%"asm-tree"% ow2Version from ow2Url("asm-tree"))
38
+
39
+
addSbtPlugin("za.co.absa.sbt"%"sbt-jacoco"%"3.4.1-absa.3" from "https://github.com/AbsaOSS/sbt-jacoco/releases/download/3.4.1-absa.3/sbt-jacoco-3.4.1-absa.3.jar")
0 commit comments