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

Object field type #121

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Object field type #121

wants to merge 2 commits into from

Conversation

alexkwolfe
Copy link
Contributor

This is a field type that allows the parsing a JSON string into a Javascript object.

@codecov-io
Copy link

codecov-io commented Oct 8, 2020

Codecov Report

Merging #121 into master will decrease coverage by 27.01%.
The diff coverage is 94.44%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #121       +/-   ##
===========================================
- Coverage   97.04%   70.03%   -27.02%     
===========================================
  Files          34       35        +1     
  Lines         576      594       +18     
===========================================
- Hits          559      416      -143     
- Misses         17      178      +161     
Impacted Files Coverage Δ
lib/types/object.js 94.44% <94.44%> (ø)
lib/aggregate.js 25.00% <0.00%> (-75.00%) ⬇️
lib/types/string.js 33.33% <0.00%> (-66.67%) ⬇️
lib/aggregations/time.js 33.33% <0.00%> (-66.67%) ⬇️
lib/aggregations/number.js 33.33% <0.00%> (-66.67%) ⬇️
lib/aggregations/boolean.js 33.33% <0.00%> (-66.67%) ⬇️
lib/index.js 20.68% <0.00%> (-65.52%) ⬇️
lib/aggregations/date.js 40.00% <0.00%> (-60.00%) ⬇️
lib/types/city.js 50.00% <0.00%> (-50.00%) ⬇️
lib/types/last_name.js 50.00% <0.00%> (-50.00%) ⬇️
... and 20 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 3350ee4...3098cab. Read the comment docs.

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