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

Make Path DSL behavior more consitent and intuitive #654

Merged
merged 5 commits into from
Dec 30, 2024

Conversation

MateuszKubuszok
Copy link
Member

@MateuszKubuszok MateuszKubuszok commented Dec 30, 2024

  • .everyItem._1 <=> .everyMapKey
  • .everyItem._2 <=> .everyMapValue
  • .matchingSome <=> .matching[Some].value
  • .matchingLeft <=> .matching[Left].value
  • .matchingRight <=> .matching[Right].value
  • tests
  • update docs

Copy link

codecov bot commented Dec 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.82%. Comparing base (069f908) to head (e1cebe7).
Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #654      +/-   ##
==========================================
+ Coverage   85.75%   85.82%   +0.06%     
==========================================
  Files         160      160              
  Lines        6739     6715      -24     
  Branches      553      560       +7     
==========================================
- Hits         5779     5763      -16     
+ Misses        960      952       -8     

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

@MateuszKubuszok MateuszKubuszok changed the title Improve path dsl Make Path DSL behavior more consitent and intuitive Dec 30, 2024
@MateuszKubuszok MateuszKubuszok marked this pull request as ready for review December 30, 2024 13:20
@MateuszKubuszok MateuszKubuszok merged commit d5a6588 into master Dec 30, 2024
24 checks passed
@MateuszKubuszok MateuszKubuszok deleted the improve-path-dsl branch December 30, 2024 13:28
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.

1 participant