File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 44[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/org.scoverage/sbt-scoverage/badge.svg?kill_cache=1 )] ( https://search.maven.org/artifact/org.scoverage/sbt-scoverage/ )
55[ ![ License] ( http://img.shields.io/:license-Apache%202-red.svg )] ( http://www.apache.org/licenses/LICENSE-2.0.txt )
66
7- sbt-scoverage is a plugin for sbt that integrates the scoverage code coverage
8- library. Find out more about
9- [ scoverage here] ( https://github.com/scoverage/scalac-scoverage-plugin ) .
7+ sbt-scoverage is an sbt plugin that offers support for Scala code coverage using
8+ [ scoverage] ( https://github.com/scoverage/scalac-scoverage-plugin ) . This plugin
9+ supports Scala 2.12, 2.13, and 3.
10+
11+ * NOTE* : that ScalaJS and Scala Native support is limited to Scala 2.
1012
1113## Setup
1214
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name := "sbt-scoverage"
22
33import sbt .ScriptedPlugin .autoImport .scriptedLaunchOpts
44
5- lazy val scoverageVersion = " 2.0.0-RC2 "
5+ lazy val scoverageVersion = " 2.0.0"
66
77inThisBuild(
88 List (
Original file line number Diff line number Diff line change 11version := " 0.1"
22
3- scalaVersion := " 3.2.0-RC1-bin-20220523-6783853-NIGHTLY " // TODO: Should be updated to stable version on 3.2.0-RC1 release
3+ scalaVersion := " 3.2.0-RC1"
44
55libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29" % Test
66
Original file line number Diff line number Diff line change 11version := " 0.1"
22
3- scalaVersion := " 3.2.0-RC1-bin-20220523-6783853-NIGHTLY " // TODO: Should be updated to stable version on 3.2.0-RC1 release
3+ scalaVersion := " 3.2.0-RC1"
44
55libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29" % Test
66
You can’t perform that action at this time.
0 commit comments