Skip to content

Commit bbeac4b

Browse files
author
DB Tsai
committed
Upgrade junit_xml_listener to 0.5.1 which fixes the following issues
1) fix the class name to be fully qualified classpath 2) make sure the the reporting time is in second not in miliseond, which causing JUnit HTML to report incorrect number 3) make sure the duration of the tests are accumulative.
1 parent c8a2313 commit bbeac4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.4.0")
2121

2222
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.6")
2323

24-
addSbtPlugin("com.alpinenow" % "junit_xml_listener" % "0.5.0")
24+
addSbtPlugin("com.alpinenow" % "junit_xml_listener" % "0.5.1")
2525

2626
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.0")

0 commit comments

Comments
 (0)