spotify / ratatool

A tool for data sampling, data generation, and data diffing
Apache License 2.0
342 stars 55 forks source link

Update scala-library to 2.12.20 #753

Open scala-steward opened 2 months ago

scala-steward commented 2 months ago

About this PR

📦 Updates org.scala-lang:scala-library from 2.12.18 to 2.12.20

📜 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.scala-lang", artifactId = "scala-library" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-lang", artifactId = "scala-library" } }] ```

labels: library-update, early-semver-patch, semver-spec-patch, commit-count:1

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 42.15%. Comparing base (d636760) to head (25362dc).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #753 +/- ## =========================================== - Coverage 70.61% 42.15% -28.47% =========================================== Files 44 43 -1 Lines 1865 1829 -36 Branches 309 318 +9 =========================================== - Hits 1317 771 -546 - Misses 548 1058 +510 ``` | [Flag](https://app.codecov.io/gh/spotify/ratatool/pull/753/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spotify) | Coverage Δ | | |---|---|---| | [ratatoolCli](https://app.codecov.io/gh/spotify/ratatool/pull/753/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spotify) | `2.94% <ø> (+0.06%)` | :arrow_up: | | [ratatoolCommon](https://app.codecov.io/gh/spotify/ratatool/pull/753/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spotify) | `0.00% <ø> (ø)` | | | [ratatoolDiffy](https://app.codecov.io/gh/spotify/ratatool/pull/753/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spotify) | `32.21% <ø> (+0.03%)` | :arrow_up: | | [ratatoolExamples](https://app.codecov.io/gh/spotify/ratatool/pull/753/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spotify) | `17.03% <ø> (-0.11%)` | :arrow_down: | | [ratatoolSampling](https://app.codecov.io/gh/spotify/ratatool/pull/753/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spotify) | `?` | | | [ratatoolScalacheck](https://app.codecov.io/gh/spotify/ratatool/pull/753/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spotify) | `77.84% <ø> (-0.10%)` | :arrow_down: | | [ratatoolShapeless](https://app.codecov.io/gh/spotify/ratatool/pull/753/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spotify) | `4.23% <ø> (+0.09%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spotify#carryforward-flags-in-the-pull-request-comment) to find out more.

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