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

Match with keypath #38

Merged
merged 3 commits into from
Oct 16, 2019
Merged

Match with keypath #38

merged 3 commits into from
Oct 16, 2019

Conversation

leoture
Copy link
Owner

@leoture leoture commented Oct 16, 2019

πŸ”— Closing issues

This closes #17

πŸ“– Summary

let predicate: Predicate<String> = .match(description: "description", \.isEmpty)

πŸ›  About Implementation

βœ… About Testing

ℹ️ Other information

@leoture leoture added the enhancement New feature or request label Oct 16, 2019
@leoture leoture added this to the Predicates milestone Oct 16, 2019
@codecov-io
Copy link

codecov-io commented Oct 16, 2019

Codecov Report

Merging #38 into master will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #38      +/-   ##
=========================================
+ Coverage   97.08%   97.1%   +0.02%     
=========================================
  Files          19      19              
  Lines         240     242       +2     
=========================================
+ Hits          233     235       +2     
  Misses          7       7
Impacted Files Coverage Ξ”
Sources/MockSwift/Predicates/Predicate.swift 86.95% <100%> (+1.24%) ⬆️

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 0ee077d...597a743. Read the comment docs.

@leoture leoture merged commit fadc869 into master Oct 16, 2019
@leoture leoture deleted the feature/match_with_keypath branch October 16, 2019 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Predicate .match with KeyPath
2 participants