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

Fix issue with filter plus serialization #177

Merged
merged 1 commit into from
Feb 6, 2018

Conversation

drmohundro
Copy link
Owner

See discussion in #174. The issue was related to whether or not filter
should return a list or an element... that should depend on if a single
element was filtered to or not.

See discussion in #174. The issue was related to whether or not filter
should return a list or an element... that should depend on if a single
element was filtered to or not.
@codecov-io
Copy link

codecov-io commented Feb 6, 2018

Codecov Report

Merging #177 into master will decrease coverage by 0.06%.
The diff coverage is 41.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #177      +/-   ##
==========================================
- Coverage   27.23%   27.17%   -0.07%     
==========================================
  Files          13       13              
  Lines        2122     2131       +9     
==========================================
+ Hits          578      579       +1     
- Misses       1544     1552       +8
Impacted Files Coverage Δ
.../TypeConversionArrayOfNonPrimitiveTypesTests.swift 0% <0%> (ø) ⬆️
Source/SWXMLHash.swift 77.54% <90.9%> (+0.62%) ⬆️

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 c7cd744...9aafb10. Read the comment docs.

@drmohundro drmohundro merged commit 30a13aa into master Feb 6, 2018
@drmohundro drmohundro deleted the fix-for-filter-plus-serialization branch February 6, 2018 02:23
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