spotify / ratatool

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

Update sourcecode to 0.4.1 #728

Closed scala-steward closed 5 months ago

scala-steward commented 5 months ago

About this PR

📦 Updates com.lihaoyi:sourcecode from 0.3.1 to 0.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!

🔍 Files still referring to the old version number The following files still refer to the old version number (0.3.1). You might want to review and update them manually. ``` README.md ratatool-scalacheck/README.md ratatool-shapeless/README.md ```
⚙ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.lihaoyi", artifactId = "sourcecode" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.lihaoyi", artifactId = "sourcecode" } }] ```

labels: library-update, early-semver-major, semver-spec-minor, old-version-remains, commit-count:1

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 70.74%. Comparing base (a1bac76) to head (19aea40).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #728 +/- ## ======================================= Coverage 70.74% 70.74% ======================================= Files 44 44 Lines 1839 1839 Branches 299 296 -3 ======================================= Hits 1301 1301 Misses 538 538 ``` | [Flag](https://app.codecov.io/gh/spotify/ratatool/pull/728/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/728/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spotify) | `2.87% <ø> (ø)` | | | [ratatoolCommon](https://app.codecov.io/gh/spotify/ratatool/pull/728/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/728/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spotify) | `32.51% <ø> (ø)` | | | [ratatoolExamples](https://app.codecov.io/gh/spotify/ratatool/pull/728/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spotify) | `17.22% <ø> (ø)` | | | [ratatoolSampling](https://app.codecov.io/gh/spotify/ratatool/pull/728/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spotify) | `61.78% <ø> (ø)` | | | [ratatoolScalacheck](https://app.codecov.io/gh/spotify/ratatool/pull/728/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spotify) | `79.34% <ø> (ø)` | | | [ratatoolShapeless](https://app.codecov.io/gh/spotify/ratatool/pull/728/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spotify) | `4.14% <ø> (ø)` | | 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.