File tree 21 files changed +38
-38
lines changed
aggregate-disabled-module
bad-coverage-package-branch
bad-coverage-package-stmt
bad-coverage-total-branch
coverage-excluded-packages
scala3-coverage-excluded-files
scala3-coverage-excluded-packages
21 files changed +38
-38
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.1.1 "
5
+ lazy val scoverageVersion = " 2.2.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.13 " ,
5
- libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29 " % Test
4
+ scalaVersion := " 2.13.14 " ,
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1 " % 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.13 "
9
+ scalaVersion := " 2.13.14 "
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" % " 0.7.29 " % Test
18
+ libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1 " % Test
19
19
)
20
20
}
21
21
Original file line number Diff line number Diff line change @@ -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" % " 0.7.29 " % Test
18
+ libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1 " % 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.13 "
3
+ scalaVersion := " 2.13.14 "
4
4
5
- libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1 " % 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.13 "
3
+ scalaVersion := " 2.13.14 "
4
4
5
- libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1 " % 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.13 "
3
+ scalaVersion := " 2.13.14 "
4
4
5
- libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1 " % 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.13 "
3
+ scalaVersion := " 2.13.14 "
4
4
5
- libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1 " % 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.13 "
3
+ scalaVersion := " 2.13.14 "
4
4
5
- libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1 " % 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.13 "
3
+ scalaVersion := " 2.13.14 "
4
4
5
- libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1 " % 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.13 "
3
+ scalaVersion := " 2.13.14 "
4
4
5
- libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1 " % Test
6
6
7
7
coverageMinimumStmtTotal := 80
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version := "0.1"
2
2
3
3
scalaVersion := " 2.13.13"
4
4
5
- libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1 " % Test
6
6
7
7
coverageExcludedFiles := " .*\\ /two\\ /GoodCoverage;.*\\ /three\\ /.*"
8
8
Original file line number Diff line number Diff line change 1
1
version := " 0.1"
2
2
3
- scalaVersion := " 2.13.13 "
3
+ scalaVersion := " 2.13.14 "
4
4
5
- libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1 " % 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.13 "
3
+ scalaVersion := " 2.13.14 "
4
4
5
- libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1 " % 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.13 "
3
+ scalaVersion := " 2.13.14 "
4
4
5
- libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1 " % 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.13 "
5
+ scalaVersion := " 2.13.14 "
6
6
7
- crossScalaVersions := Seq (" 2.13.13 " )
7
+ crossScalaVersions := Seq (" 2.13.14 " )
8
8
9
- libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29 " % Test
9
+ libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1 " % 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.13 "
2
+ > checkScalaVersion "2.13.14 "
3
3
> checkScoverageEnabled "false"
4
4
> coverage
5
5
> checkScoverageEnabled "true"
6
6
> coverageOff
7
- > checkScalaVersion "2.13.13 "
7
+ > checkScalaVersion "2.13.14 "
8
8
> checkScoverageEnabled "false"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version := "0.1"
2
2
3
3
scalaVersion := " 3.5.0"
4
4
5
- libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1 " % Test
6
6
7
7
coverageExcludedFiles := " .*\\ /two\\ /GoodCoverage;.*\\ /three\\ /.*"
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version := "0.1"
2
2
3
3
scalaVersion := " 3.5.0"
4
4
5
- libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1 " % 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 := " 3.2.0-RC1 "
3
+ scalaVersion := " 3.5.0 "
4
4
5
- libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1 " % Test
6
6
7
7
coverageMinimumStmtTotal := 100
8
8
coverageMinimumBranchTotal := 100
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.10 " ,
11
- libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29 " % Test
10
+ scalaVersion := " 2.13.14 " ,
11
+ libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1 " % Test
12
12
)
13
13
14
14
lazy val crossJS = cross.js
You can’t perform that action at this time.
0 commit comments