Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scoverage/scalac-scoverage-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.7
Choose a base ref
...
head repository: scoverage/scalac-scoverage-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.8
Choose a head ref
  • 5 commits
  • 6 files changed
  • 3 contributors

Commits on May 19, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    bbe0755 View commit details

Commits on May 20, 2021

  1. Fixed typo (#344)

    lefou authored May 20, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7821f55 View commit details

Commits on May 21, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0e6613c View commit details

Commits on May 28, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    cb777fc View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ac1fe76 View commit details
Showing with 15 additions and 7 deletions.
  1. +1 −0 .github/workflows/ci.yml
  2. +1 −1 CONTRIBUTING.md
  3. +3 −3 README.md
  4. +6 −0 bin/test-release.sh
  5. +3 −2 build.sbt
  6. +1 −1 project/plugins.sbt
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -19,6 +19,7 @@ jobs:
java: [ '8', '11' ]
scala: [
{ version: '2.11.12' },
{ version: '2.12.14' },
{ version: '2.12.13' },
{ version: '2.12.12' },
{ version: '2.12.11' },
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributing

When working in the code base it's a good idea to utilize the
`.git-blame-ignore.revs` file at the root of this project. You can add it
`.git-blame-ignore-revs` file at the root of this project. You can add it
locally by doing a:

```sh
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -3,9 +3,9 @@
![build](https://github.com/scoverage/scalac-scoverage-plugin/workflows/build/badge.svg)
[![Gitter](https://img.shields.io/gitter/room/scoverage/scoverage.svg)](https://gitter.im/scoverage/scoverage)
[![Maven Central](https://img.shields.io/maven-central/v/org.scoverage/scalac-scoverage-plugin_2.10.svg?label=latest%20release%20for%202.10)](http://search.maven.org/#search|ga|1|g%3A%22org.scoverage%22%20AND%20a%3A%22scalac-scoverage-plugin_2.10%22)
[![Maven Central](https://img.shields.io/maven-central/v/org.scoverage/scalac-scoverage-plugin_2.11.svg?label=latest%20release%20for%202.11)](http://search.maven.org/#search|ga|1|g%3A%22org.scoverage%22%20AND%20a%3A%22scalac-scoverage-plugin_2.11%22)
[![Maven Central](https://img.shields.io/maven-central/v/org.scoverage/scalac-scoverage-plugin_2.12.13.svg?label=latest%202.12%20Scala%20support%20[2.12.13]%20and%20latest%20version)](http://search.maven.org/#search|ga|1|g%3A%22org.scoverage%22%20AND%20a%3A%22scalac-scoverage-plugin_2.12.13%22)
[![Maven Central](https://img.shields.io/maven-central/v/org.scoverage/scalac-scoverage-plugin_2.13.5.svg?label=latest%202.13%20Scala%20support%20[2.13.5]%20and%20version)](http://search.maven.org/#search|ga|1|g%3A%22org.scoverage%22%20AND%20a%3A%22scalac-scoverage-plugin_2.13.5%22)
[![Maven Central](https://img.shields.io/maven-central/v/org.scoverage/scalac-scoverage-plugin_2.11.12.svg?label=latest%202.11%20Scala%20support%20[2.11.12]%20and%20latest%20version)](http://search.maven.org/#search|ga|1|g%3A%22org.scoverage%22%20AND%20a%3A%22scalac-scoverage-plugin_2.11.12%22)
[![Maven Central](https://img.shields.io/maven-central/v/org.scoverage/scalac-scoverage-plugin_2.12.14.svg?label=latest%202.12%20Scala%20support%20[2.12.14]%20and%20latest%20version)](http://search.maven.org/#search|ga|1|g%3A%22org.scoverage%22%20AND%20a%3A%22scalac-scoverage-plugin_2.12.13%22)
[![Maven Central](https://img.shields.io/maven-central/v/org.scoverage/scalac-scoverage-plugin_2.13.6.svg?label=latest%202.13%20Scala%20support%20[2.13.6]%20and%20version)](http://search.maven.org/#search|ga|1|g%3A%22org.scoverage%22%20AND%20a%3A%22scalac-scoverage-plugin_2.13.6%22)
[![License](http://img.shields.io/:license-Apache%202-red.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)

scoverage is a free Apache licensed code coverage tool for Scala that offers
6 changes: 6 additions & 0 deletions bin/test-release.sh
Original file line number Diff line number Diff line change
@@ -4,19 +4,25 @@ set -eux
version=$1

coursier fetch \
org.scoverage:scalac-scoverage-plugin_2.11.12:$version \
org.scoverage:scalac-scoverage-plugin_2.12.8:$version \
org.scoverage:scalac-scoverage-plugin_2.12.9:$version \
org.scoverage:scalac-scoverage-plugin_2.12.10:$version \
org.scoverage:scalac-scoverage-plugin_2.12.11:$version \
org.scoverage:scalac-scoverage-plugin_2.12.12:$version \
org.scoverage:scalac-scoverage-plugin_2.12.13:$version \
org.scoverage:scalac-scoverage-plugin_2.12.14:$version \
org.scoverage:scalac-scoverage-plugin_2.13.0:$version \
org.scoverage:scalac-scoverage-plugin_2.13.1:$version \
org.scoverage:scalac-scoverage-plugin_2.13.2:$version \
org.scoverage:scalac-scoverage-plugin_2.13.3:$version \
org.scoverage:scalac-scoverage-plugin_2.13.4:$version \
org.scoverage:scalac-scoverage-plugin_2.13.5:$version \
org.scoverage:scalac-scoverage-plugin_2.13.5:$version \
org.scoverage:scalac-scoverage-plugin_2.13.6:$version \
org.scoverage:scalac-scoverage-runtime_2.11:$version \
org.scoverage:scalac-scoverage-runtime_2.12:$version \
org.scoverage:scalac-scoverage-runtime_2.13:$version \
org.scoverage:scalac-scoverage-runtime_sjs1_2.11:$version \
org.scoverage:scalac-scoverage-runtime_sjs1_2.12:$version \
org.scoverage:scalac-scoverage-runtime_sjs1_2.13:$version \
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -2,10 +2,11 @@ import sbtcrossproject.CrossProject
import sbtcrossproject.CrossType

val scalatestVersion = "3.2.9"
val scalametaVersion = "4.4.18"
val scalametaVersion = "4.4.20"
val defaultScala213 = "2.13.6"
val bin211 = Seq("2.11.12")
val bin212 = Seq("2.12.13", "2.12.12", "2.12.11", "2.12.10", "2.12.9", "2.12.8")
val bin212 =
Seq("2.12.14", "2.12.13", "2.12.12", "2.12.11", "2.12.10", "2.12.9", "2.12.8")
val bin213 =
Seq(
defaultScala213,
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -4,4 +4,4 @@ addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")

addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.27")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.28")