odin icon indicating copy to clipboard operation
odin copied to clipboard

Update sbt-scoverage to 2.0.2

Open scala-steward opened this issue 2 years ago • 1 comments

Updates org.scoverage:sbt-scoverage from 1.9.3 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!

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-major, semver-spec-major, commit-count:1

scala-steward avatar Aug 08 '22 18:08 scala-steward

Codecov Report

Merging #479 (a6802c2) into master (db4444f) will increase coverage by 0.47%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #479      +/-   ##
==========================================
+ Coverage   89.16%   89.64%   +0.47%     
==========================================
  Files          35       38       +3     
  Lines         517      560      +43     
  Branches       12       29      +17     
==========================================
+ Hits          461      502      +41     
- Misses         56       58       +2     
Flag Coverage Δ
unittests 89.64% <ø> (+0.47%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...e/src/main/scala/io/odin/formatter/Formatter.scala 97.43% <0.00%> (-1.24%) :arrow_down:
...la-2.13/io/odin/internal/StringContextLength.scala 100.00% <0.00%> (ø)
...ala-2/io/odin/slf4j/OdinLoggerVarargsAdapter.scala 100.00% <0.00%> (ø)
...ain/scala-2/io/odin/extras/derivation/render.scala 96.87% <0.00%> (ø)
...main/scala/io/odin/loggers/RollingFileLogger.scala 88.09% <0.00%> (+0.29%) :arrow_up:
...e/src/main/scala/io/odin/loggers/AsyncLogger.scala 87.50% <0.00%> (+0.83%) :arrow_up:

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

Superseded by #482.

scala-steward avatar Sep 15 '22 21:09 scala-steward