scio icon indicating copy to clipboard operation
scio copied to clipboard

Update sbt-scoverage to 2.0.2

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

Updates org.scoverage:sbt-scoverage from 2.0.0 to 2.0.2. 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 Aug 10 '22 19:08 scala-steward

Codecov Report

Merging #4493 (a091c19) into main (ab30c30) will decrease coverage by 0.31%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #4493      +/-   ##
==========================================
- Coverage   60.51%   60.19%   -0.32%     
==========================================
  Files         275      275              
  Lines        9881    10030     +149     
  Branches      432      842     +410     
==========================================
+ Hits         5979     6038      +59     
- Misses       3902     3992      +90     
Impacted Files Coverage Δ
...om/spotify/scio/elasticsearch/CoderInstances.scala 44.11% <0.00%> (-5.89%) :arrow_down:
...om/spotify/scio/elasticsearch/CoderInstances.scala 42.42% <0.00%> (-5.86%) :arrow_down:
...com/spotify/scio/bigquery/types/TypeProvider.scala 47.22% <0.00%> (-2.78%) :arrow_down:
...y/scio/values/PairSkewedSCollectionFunctions.scala 93.24% <0.00%> (-2.71%) :arrow_down:
...la/com/spotify/scio/bigquery/client/BigQuery.scala 22.44% <0.00%> (-2.56%) :arrow_down:
...rc/main/scala/com/spotify/scio/util/ScioUtil.scala 59.25% <0.00%> (-2.28%) :arrow_down:
...n/scala/com/spotify/scio/extra/annoy/package.scala 80.00% <0.00%> (-2.06%) :arrow_down:
...la/com/spotify/scio/tensorflow/TFRecordCodec.scala 96.00% <0.00%> (-1.92%) :arrow_down:
...cala/com/spotify/scio/coders/KryoAtomicCoder.scala 70.07% <0.00%> (-1.70%) :arrow_down:
...e/src/main/scala/com/spotify/scio/ScioResult.scala 84.31% <0.00%> (-1.41%) :arrow_down:
... and 38 more

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 11 '22 08:08 codecov[bot]