enumz icon indicating copy to clipboard operation
enumz copied to clipboard

Update sbt-scoverage to 2.4.1

Open scala-steward opened this issue 1 week ago • 1 comments
trafficstars

About this PR

📦 Updates org.scoverage:sbt-scoverage from 2.4.0 to 2.4.1

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

scala-steward avatar Nov 08 '25 18:11 scala-steward

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 90.62%. Comparing base (6c0d54a) to head (aec6d0e). :warning: Report is 49 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #68      +/-   ##
==========================================
- Coverage   90.81%   90.62%   -0.20%     
==========================================
  Files           9        9              
  Lines          98       96       -2     
  Branches        1        2       +1     
==========================================
- Hits           89       87       -2     
  Misses          9        9              

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

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov-commenter avatar Nov 08 '25 18:11 codecov-commenter