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

test: add tests for nested object search #45

Merged
merged 2 commits into from
Jun 4, 2022

Conversation

thundermiracle
Copy link
Owner

No description provided.

@codecov-commenter
Copy link

Codecov Report

Merging #45 (14bde5f) into master (8a58d44) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #45   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        15           
  Lines          148       154    +6     
  Branches        17        23    +6     
=========================================
+ Hits           148       154    +6     
Impacted Files Coverage Δ
src/lib/SearchType.ts 100.00% <ø> (ø)
src/filterData.ts 100.00% <100.00%> (ø)
src/filters/equal.ts 100.00% <100.00%> (ø)
src/filters/filtersMap.ts 100.00% <100.00%> (ø)
src/filters/greater.ts 100.00% <100.00%> (ø)
src/filters/greaterOrEqual.ts 100.00% <100.00%> (ø)
src/filters/less.ts 100.00% <100.00%> (ø)
src/filters/lessOrEqual.ts 100.00% <100.00%> (ø)
src/filters/like.ts 100.00% <100.00%> (ø)
src/filters/notEqual.ts 100.00% <100.00%> (ø)
... and 12 more

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 fbfd1f5...14bde5f. Read the comment docs.

@thundermiracle thundermiracle enabled auto-merge (squash) June 4, 2022 09:23
@thundermiracle thundermiracle merged commit 68bc0c5 into master Jun 4, 2022
@thundermiracle thundermiracle deleted the test/test-nested-object-search branch June 4, 2022 09: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.

None yet

2 participants