valskalla / odin

Fast & Functional logger in Scala
Apache License 2.0
312 stars 20 forks source link

Update sbt-scoverage to 2.0.9 #538

Closed scala-steward closed 7 months ago

scala-steward commented 1 year ago

About this PR

πŸ“¦ Updates org.scoverage:sbt-scoverage from 1.9.3 to 2.0.9 ⚠

πŸ“œ 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[bot] commented 1 year ago

Codecov Report

Merging #538 (53db86c) into master (db4444f) will decrease coverage by 0.07%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #538      +/-   ##
==========================================
- Coverage   89.16%   89.10%   -0.07%     
==========================================
  Files          35       35              
  Lines         517      523       +6     
  Branches       12       37      +25     
==========================================
+ Hits          461      466       +5     
- Misses         56       57       +1     
Flag Coverage Ξ”
unittests 89.10% <ΓΈ> (-0.07%) :arrow_down:

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

see 4 files with indirect coverage changes

scala-steward commented 7 months ago

Superseded by #554.