Skip to content

Conversation

satabin
Copy link
Contributor

@satabin satabin commented Jul 17, 2023

These migrations attempt to rewrite some pattern that can be improved in the new release.

The rule rewrite following pattern:

input
  .through(fs2.data.json.tokens)
  .through(fs2.data.json.ast.values)

by

input
  .through(fs2.data.json.ast.parse)

These migrations attempt to rewrite some pattern that can be improved in the new release
@mzuehlke
Copy link
Member

GHA seems to have some issues. I restarted the workflows....

Co-authored-by: Marco Zühlke <[email protected]>
@codecov
Copy link

codecov bot commented Jul 18, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (b2829c7) 91.03% compared to head (d388ba1) 91.03%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3123   +/-   ##
=======================================
  Coverage   91.03%   91.03%           
=======================================
  Files         162      162           
  Lines        3404     3404           
  Branches      311      311           
=======================================
  Hits         3099     3099           
  Misses        305      305           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mzuehlke mzuehlke merged commit e034a17 into scala-steward-org:main Jul 18, 2023
@fthomas fthomas added this to the 0.26.0 milestone Jul 18, 2023
@satabin satabin deleted the patch-1 branch July 18, 2023 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants