Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[shared] Add scala 2.12 CanBuildFrom for Set #942

Merged
merged 3 commits into from
Mar 27, 2024
Merged

Conversation

RustedBones
Copy link
Contributor

Set could be use as collection in scala 2.13 but not in 2.12 due to a missing serializable can build from factory.

Set could be use as collection in scala 2.13 but not in 2.12 due
to a missing serializable can build from factory.
Copy link

codecov bot commented Mar 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.18%. Comparing base (ad69440) to head (fe8eaff).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #942   +/-   ##
=======================================
  Coverage   95.18%   95.18%           
=======================================
  Files          51       51           
  Lines        1827     1827           
  Branches      153      153           
=======================================
  Hits         1739     1739           
  Misses         88       88           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

@Proximyst Proximyst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good for our team :)

@RustedBones RustedBones merged commit dbbb012 into main Mar 27, 2024
13 checks passed
@RustedBones RustedBones deleted the scala-2.12-set-cbf branch March 27, 2024 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants