File tree 17 files changed +33
-33
lines changed
aggregate-disabled-module
bad-coverage-package-branch
bad-coverage-package-stmt
bad-coverage-total-branch
coverage-excluded-packages
17 files changed +33
-33
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name := "sbt-scoverage"
2
2
3
3
import sbt .ScriptedPlugin .autoImport .scriptedLaunchOpts
4
4
5
- lazy val scoverageVersion = " 2.2.1 "
5
+ lazy val scoverageVersion = " 2.3.0 "
6
6
7
7
inThisBuild(
8
8
List (
Original file line number Diff line number Diff line change 1
1
inThisBuild(
2
2
List (
3
3
organization := " org.scoverage" ,
4
- scalaVersion := " 2.13.15 " ,
5
- libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1 " % Test
4
+ scalaVersion := " 2.13.16 " ,
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 1.0.4 " % Test
6
6
)
7
7
)
8
8
Original file line number Diff line number Diff line change 6
6
lazy val commonSettings = Seq (
7
7
organization := " org.scoverage" ,
8
8
version := " 0.1.0" ,
9
- scalaVersion := " 2.13.15 "
9
+ scalaVersion := " 2.13.16 "
10
10
)
11
11
12
12
def module (name : String ) = {
@@ -15,7 +15,7 @@ def module(name: String) = {
15
15
.settings(commonSettings : _* )
16
16
.settings(
17
17
Keys .name := name,
18
- libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1 " % Test
18
+ libraryDependencies += " org.scalameta" %% " munit" % " 1.0.4 " % Test
19
19
)
20
20
}
21
21
Original file line number Diff line number Diff line change 1
1
version := " 0.1"
2
2
3
- scalaVersion := " 2.13.15 "
3
+ scalaVersion := " 2.13.16 "
4
4
5
- libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 1.0.4 " % Test
6
6
7
7
coverageMinimumBranchPerFile := 80
8
8
Original file line number Diff line number Diff line change 1
1
version := " 0.1"
2
2
3
- scalaVersion := " 2.13.15 "
3
+ scalaVersion := " 2.13.16 "
4
4
5
- libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 1.0.4 " % Test
6
6
7
7
coverageMinimumStmtPerFile := 90
8
8
Original file line number Diff line number Diff line change 1
1
version := " 0.1"
2
2
3
- scalaVersion := " 2.13.15 "
3
+ scalaVersion := " 2.13.16 "
4
4
5
- libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 1.0.4 " % Test
6
6
7
7
coverageMinimumBranchPerPackage := 80
8
8
Original file line number Diff line number Diff line change 1
1
version := " 0.1"
2
2
3
- scalaVersion := " 2.13.15 "
3
+ scalaVersion := " 2.13.16 "
4
4
5
- libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 1.0.4 " % Test
6
6
7
7
coverageMinimumStmtPerPackage := 80
8
8
Original file line number Diff line number Diff line change 1
1
version := " 0.1"
2
2
3
- scalaVersion := " 2.13.15 "
3
+ scalaVersion := " 2.13.16 "
4
4
5
- libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 1.0.4 " % Test
6
6
7
7
coverageMinimumBranchTotal := 80
8
8
Original file line number Diff line number Diff line change 1
1
version := " 0.1"
2
2
3
- scalaVersion := " 2.13.15 "
3
+ scalaVersion := " 2.13.16 "
4
4
5
- libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 1.0.4 " % Test
6
6
7
7
coverageMinimumStmtTotal := 80
8
8
Original file line number Diff line number Diff line change 1
1
version := " 0.1"
2
2
3
- scalaVersion := " 2.13.15 "
3
+ scalaVersion := " 2.13.16 "
4
4
5
- libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 1.0.4 " % Test
6
6
7
7
coverageMinimumStmtTotal := 80
8
8
Original file line number Diff line number Diff line change 1
1
version := " 0.1"
2
2
3
- scalaVersion := " 2.13.15 "
3
+ scalaVersion := " 2.13.16 "
4
4
5
- libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 1.0.4 " % Test
6
6
7
7
coverageExcludedPackages := " two\\ ..*;three\\ ..*"
8
8
Original file line number Diff line number Diff line change 1
1
version := " 0.1"
2
2
3
- scalaVersion := " 2.13.15 "
3
+ scalaVersion := " 2.13.16 "
4
4
5
- libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 1.0.4 " % Test
6
6
7
7
coverageMinimumStmtTotal := 100
8
8
coverageMinimumBranchTotal := 100
Original file line number Diff line number Diff line change 1
1
version := " 0.1"
2
2
3
- scalaVersion := " 2.13.15 "
3
+ scalaVersion := " 2.13.16 "
4
4
5
- libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 1.0.4 " % Test
6
6
7
7
coverageMinimumStmtTotal := 100
8
8
coverageMinimumBranchTotal := 100
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ import sbt.complete.DefaultParsers._
2
2
3
3
version := " 0.1"
4
4
5
- scalaVersion := " 2.13.15 "
5
+ scalaVersion := " 2.13.16 "
6
6
7
- crossScalaVersions := Seq (" 2.13.15 " )
7
+ crossScalaVersions := Seq (" 2.13.16 " )
8
8
9
- libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1 " % Test
9
+ libraryDependencies += " org.scalameta" %% " munit" % " 1.0.4 " % Test
10
10
11
11
val checkScalaVersion = inputKey[Unit ](
12
12
" Input task to compare the value of scalaVersion setting with a given input."
Original file line number Diff line number Diff line change 1
1
# check scalaVersion setting
2
- > checkScalaVersion "2.13.15 "
2
+ > checkScalaVersion "2.13.16 "
3
3
> checkScoverageEnabled "false"
4
4
> coverage
5
5
> checkScoverageEnabled "true"
6
6
> coverageOff
7
- > checkScalaVersion "2.13.15 "
7
+ > checkScalaVersion "2.13.16 "
8
8
> checkScoverageEnabled "false"
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ lazy val cross =
7
7
CrossProject (" sjstest" , file(" sjstest" ))(JVMPlatform , JSPlatform )
8
8
.crossType(CrossType .Full )
9
9
.settings(
10
- scalaVersion := " 2.13.15 " ,
11
- libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1 " % Test
10
+ scalaVersion := " 2.13.16 " ,
11
+ libraryDependencies += " org.scalameta" %% " munit" % " 1.0.4 " % Test
12
12
)
13
13
14
14
lazy val crossJS = cross.js
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ resolvers ++= {
15
15
Seq .empty
16
16
}
17
17
18
- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.16.0 " )
18
+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.18.1 " )
19
19
20
20
addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.3.2" )
You can’t perform that action at this time.
0 commit comments