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

Feature/predicates #33

Merged
merged 4 commits into from
Oct 8, 2019
Merged

Feature/predicates #33

merged 4 commits into from
Oct 8, 2019

Conversation

leoture
Copy link
Owner

@leoture leoture commented Oct 7, 2019

πŸ”— Closing issues

This closes #31 , closes #30 , closes #16

πŸ“– Summary

πŸ›  About Implementation

βœ… About Testing

ℹ️ Other information

@leoture leoture added the enhancement New feature or request label Oct 7, 2019
@codecov-io
Copy link

codecov-io commented Oct 7, 2019

Codecov Report

Merging #33 into master will increase coverage by 0.17%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #33      +/-   ##
==========================================
+ Coverage   94.76%   94.94%   +0.17%     
==========================================
  Files          16       18       +2     
  Lines         172      178       +6     
==========================================
+ Hits          163      169       +6     
  Misses          9        9
Impacted Files Coverage Ξ”
Sources/MockSwift/Predicates/Predicate+Bool.swift 100% <100%> (ΓΈ)
...rces/MockSwift/Predicates/Predicate+Optional.swift 100% <100%> (ΓΈ)
Sources/MockSwift/Predicates/Predicate.swift 100% <100%> (ΓΈ) ⬆️

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 ffb848e...7b306de. Read the comment docs.

@leoture leoture merged commit d5d0184 into master Oct 8, 2019
@leoture leoture deleted the feature/predicates branch October 8, 2019 11:58
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.

Add Predicate .isTrue & .isFalse Add Predicate .isNil Predicate not
2 participants