scio icon indicating copy to clipboard operation
scio copied to clipboard

Update sbt-scoverage to 2.0.1

Open scala-steward opened this issue 1 year ago • 3 comments

Updates org.scoverage:sbt-scoverage from 2.0.0 to 2.0.1. GitHub Release Notes - Version Diff

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

Files still referring to the old version number

The following files still refer to the old version number (2.0.0). You might want to review and update them manually.

site/src/main/paradox/Apache-Beam.md
Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.scoverage", artifactId = "sbt-scoverage" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "@monthly" },
  dependency = { groupId = "org.scoverage", artifactId = "sbt-scoverage" }
}]

labels: sbt-plugin-update, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:1

scala-steward avatar Jul 27 '22 18:07 scala-steward

See here This is blocked by the usage of sbt-site transitivelly depending on scala-xml 1.0.6 from unfiltered (updated 4m ago already) and knockoff

RustedBones avatar Aug 10 '22 09:08 RustedBones

Codecov Report

Merging #4476 (b1ed854) into main (d5d128f) will increase coverage by 0.00%. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #4476   +/-   ##
=======================================
  Coverage   60.48%   60.48%           
=======================================
  Files         275      275           
  Lines        9882     9881    -1     
  Branches      444      432   -12     
=======================================
  Hits         5977     5977           
+ Misses       3905     3904    -1     
Impacted Files Coverage Δ
...scala/com/spotify/scio/bigquery/MockBigQuery.scala 0.00% <0.00%> (ø)
...la/com/spotify/scio/bigquery/client/TableOps.scala 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Aug 10 '22 10:08 codecov[bot]

Superseded by #4493.

scala-steward avatar Aug 10 '22 19:08 scala-steward

site is still working after overriding scala-xml version

RustedBones avatar Aug 11 '22 08:08 RustedBones