Skip to content

Add java arrays basic support #171

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

Conversation

anotender
Copy link
Contributor

Fixes #166

@codecov
Copy link

codecov bot commented Aug 27, 2019

Codecov Report

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

Impacted file tree graph

@@             Coverage Diff             @@
##             master    #171      +/-   ##
===========================================
+ Coverage     68.88%   68.9%   +0.02%     
- Complexity      521     522       +1     
===========================================
  Files            33      33              
  Lines          2619    2621       +2     
  Branches        431     432       +1     
===========================================
+ Hits           1804    1806       +2     
  Misses          644     644              
  Partials        171     171
Impacted Files Coverage Δ Complexity Δ
...jpa/query/schema/impl/GraphQLJpaSchemaBuilder.java 89.08% <100%> (+0.03%) 130 <0> (+1) ⬆️

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 5a4ddad...0d85447. Read the comment docs.

Copy link
Collaborator

@igdianov igdianov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@anotender LGTM Thank you!

@igdianov igdianov merged commit a5f72bc into introproventures:master Aug 28, 2019
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.

Missing support for String and Object arrays
2 participants