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

add method lens and related methods #176

Merged
merged 6 commits into from
Aug 20, 2022
Merged

add method lens and related methods #176

merged 6 commits into from
Aug 20, 2022

Conversation

zydmayday
Copy link
Owner

@zydmayday zydmayday commented Aug 12, 2022

  • lens
  • view
  • set
  • over
  • lensProp
  • lensPath
  • lensIndex
  • inc
  • update
  • toUpper

@codecov-commenter
Copy link

codecov-commenter commented Aug 13, 2022

Codecov Report

Merging #176 (1c92f09) into main (78cbf6c) will increase coverage by 0.05%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #176      +/-   ##
==========================================
+ Coverage   98.26%   98.31%   +0.05%     
==========================================
  Files         205      215      +10     
  Lines        2074     2141      +67     
==========================================
+ Hits         2038     2105      +67     
  Misses         36       36              
Impacted Files Coverage Δ
ramda/__init__.py 100.00% <100.00%> (ø)
ramda/inc.py 100.00% <100.00%> (ø)
ramda/lens.py 100.00% <100.00%> (ø)
ramda/lensIndex.py 100.00% <100.00%> (ø)
ramda/lensPath.py 100.00% <100.00%> (ø)
ramda/lensProp.py 100.00% <100.00%> (ø)
ramda/over.py 100.00% <100.00%> (ø)
ramda/set.py 100.00% <100.00%> (ø)
ramda/toUpper.py 100.00% <100.00%> (ø)
ramda/update.py 100.00% <100.00%> (ø)
... and 1 more

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

@zydmayday zydmayday merged commit f86a7bc into main Aug 20, 2022
@zydmayday zydmayday deleted the lens branch August 20, 2022 08:22
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.

2 participants