twitter / bijection

Reversible conversions between types
Apache License 2.0
656 stars 124 forks source link

Update sbt-scoverage to 1.9.2 #553

Closed scala-steward closed 2 years ago

scala-steward commented 2 years ago

Updates org.scoverage:sbt-scoverage from 1.9.1 to 1.9.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 (1.9.1). You might want to review and update them manually. ``` build.sbt ```
Ignore 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" } ] ```

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

codecov-commenter commented 2 years ago

Codecov Report

Merging #553 (22d9a74) into develop (a25dad3) will increase coverage by 0.06%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #553      +/-   ##
===========================================
+ Coverage    60.29%   60.36%   +0.06%     
===========================================
  Files           53       53              
  Lines         1539     1539              
  Branches        30       30              
===========================================
+ Hits           928      929       +1     
+ Misses         611      610       -1     
Impacted Files Coverage Δ
.../main/scala/com/twitter/bijection/Bufferable.scala 90.80% <0.00%> (-1.15%) :arrow_down:
...-/com/twitter/bijection/CollectionInjections.scala 96.55% <0.00%> (+6.89%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a25dad3...22d9a74. Read the comment docs.