Update discipline-scalatest to 2.2.0
Updates org.typelevel:discipline-scalatest from 2.1.5 to 2.2.0. 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.typelevel", artifactId = "discipline-scalatest" } ]
Or, add this to slow down future updates of this dependency:
dependencyOverrides = [{
pullRequests = { frequency = "@monthly" },
dependency = { groupId = "org.typelevel", artifactId = "discipline-scalatest" }
}]
labels: library-update, early-semver-minor, semver-spec-minor, commit-count:1
Codecov Report
Merging #1989 (af17848) into main (3c72054) will increase coverage by
0.83%. The diff coverage isn/a.
:exclamation: Current head af17848 differs from pull request most recent head c79a787. Consider uploading reports for the commit c79a787 to get more accurate results
@@ Coverage Diff @@
## main #1989 +/- ##
==========================================
+ Coverage 85.17% 86.00% +0.83%
==========================================
Files 75 74 -1
Lines 2610 2544 -66
Branches 129 109 -20
==========================================
- Hits 2223 2188 -35
+ Misses 387 356 -31
| Flag | Coverage Δ | |
|---|---|---|
| 2.12.15 | 85.80% <ø> (+0.84%) |
:arrow_up: |
| 2.13.8 | 85.96% <ø> (+0.64%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
| Impacted Files | Coverage Δ | |
|---|---|---|
| ...d/src/main/scala/io/circe/cursor/ArrayCursor.scala | 71.42% <0.00%> (-7.15%) |
:arrow_down: |
| .../shared/src/main/scala/io/circe/FailedCursor.scala | 72.72% <0.00%> (-5.85%) |
:arrow_down: |
| ...re/shared/src/main/scala/io/circe/KeyDecoder.scala | 97.50% <0.00%> (-2.50%) |
:arrow_down: |
| ...rc/main/scala/io/circe/numbers/BiggerDecimal.scala | 88.81% <0.00%> (-0.63%) |
:arrow_down: |
| .../core/shared/src/main/scala/io/circe/Decoder.scala | 83.41% <0.00%> (-0.43%) |
:arrow_down: |
| ...re/shared/src/main/scala/io/circe/PathToRoot.scala | ||
| ...es/core/shared/src/main/scala/io/circe/Error.scala | 60.00% <0.00%> (+5.28%) |
:arrow_up: |
| .../core/shared/src/main/scala/io/circe/ACursor.scala | 71.42% <0.00%> (+5.42%) |
:arrow_up: |
| ...core/shared/src/main/scala/io/circe/CursorOp.scala | 55.55% <0.00%> (+29.62%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 3c72054...c79a787. Read the comment docs.
Updated in #2017