spotify / featran

A Scala feature transformation library for data science and machine learning
https://spotify.github.io/featran
Apache License 2.0
466 stars 68 forks source link

Update scio-core, scio-test to 0.11.14 #663

Closed scala-steward closed 1 year ago

scala-steward commented 1 year ago

Updates

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 = "com.spotify" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "@monthly" }, dependency = { groupId = "com.spotify" } }] ```

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

codecov[bot] commented 1 year ago

Codecov Report

Merging #663 (a4aec17) into main (99e3eb8) will decrease coverage by 0.26%. The diff coverage is n/a.

:exclamation: Current head a4aec17 differs from pull request most recent head 62eebd3. Consider uploading reports for the commit 62eebd3 to get more accurate results

@@            Coverage Diff             @@
##             main     #663      +/-   ##
==========================================
- Coverage   97.59%   97.32%   -0.27%     
==========================================
  Files          55       57       +2     
  Lines        1622     1684      +62     
  Branches       80       80              
==========================================
+ Hits         1583     1639      +56     
- Misses         39       45       +6     
Impacted Files Coverage Δ
...a-2.12/com/spotify/featran/FeatureSpecCompat.scala 100.00% <0.00%> (ø)
...potify/featran/converters/CaseClassConverter.scala 90.16% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.