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

Close #105 - Change extension method for refinement type + newtype from value.as[A].validate to value.validateAs[A] #106

Merged
merged 1 commit into from
Mar 15, 2022

Conversation

kevin-lee
Copy link
Owner

Close #105 - Change extension method for refinement type + newtype from value.as[A].validate to value.validateAs[A]

…om `value.as[A].validate` to `value.validateAs[A]`
@kevin-lee kevin-lee added this to the milestone7 milestone Mar 15, 2022
@kevin-lee kevin-lee self-assigned this Mar 15, 2022
@github-actions github-actions bot added the pr label Mar 15, 2022
@codecov
Copy link

codecov bot commented Mar 15, 2022

Codecov Report

Merging #106 (434be4b) into main (f3e5fad) will decrease coverage by 0.19%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #106      +/-   ##
==========================================
- Coverage   61.27%   61.08%   -0.20%     
==========================================
  Files          13       13              
  Lines         204      203       -1     
  Branches       11       10       -1     
==========================================
- Hits          125      124       -1     
  Misses         79       79              
Impacted Files Coverage Δ
...in/scala/extras/refinement/syntax/refinement.scala 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f3e5fad...434be4b. Read the comment docs.

@kevin-lee kevin-lee merged commit db1df58 into main Mar 15, 2022
@kevin-lee kevin-lee deleted the task/105/change-refinement-syntax branch March 15, 2022 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change extension method for refinement type + newtype from value.as[A].validate to value.validateAs[A]
1 participant