http4s / http4s-finagle

Http4s on Finagle Server or Client
https://http4s.github.io/http4s-finagle/docs/
Apache License 2.0
11 stars 5 forks source link

Update sbt-scoverage to 2.0.10 #262

Closed http4s-steward[bot] closed 6 months ago

http4s-steward[bot] commented 7 months ago

About this PR

📦 Updates org.scoverage:sbt-scoverage from 1.6.1 to 2.0.10 ⚠

📜 GitHub Release Notes - Version Diff

Usage

✅ Please merge!

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 = "30 days" }, dependency = { groupId = "org.scoverage", artifactId = "sbt-scoverage" } }] ```

labels: sbt-plugin-update, early-semver-major, semver-spec-major, commit-count:1

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (6ff7587) 96.66% compared to head (90eea30) 96.66%.

:exclamation: Current head 90eea30 differs from pull request most recent head fe66e7e. Consider uploading reports for the commit fe66e7e to get more accurate results

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #262 +/- ## ======================================= Coverage 96.66% 96.66% ======================================= Files 1 1 Lines 60 60 Branches 3 3 ======================================= Hits 58 58 Misses 2 2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

http4s-steward[bot] commented 6 months ago

Superseded by #263.