Skip to content

fix: spring.graphql.jpa.query.path must be specified #94

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

Merged
merged 5 commits into from
Mar 11, 2019

Conversation

igdianov
Copy link
Collaborator

fixes #93

@igdianov igdianov self-assigned this Mar 11, 2019
@igdianov igdianov added the bug label Mar 11, 2019
@codecov
Copy link

codecov bot commented Mar 11, 2019

Codecov Report

Merging #94 into master will increase coverage by 2.76%.
The diff coverage is 25%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #94      +/-   ##
============================================
+ Coverage     62.29%   65.06%   +2.76%     
- Complexity      314      328      +14     
============================================
  Files            32       37       +5     
  Lines          1923     1955      +32     
  Branches        286      286              
============================================
+ Hits           1198     1272      +74     
+ Misses          598      556      -42     
  Partials        127      127
Impacted Files Coverage Δ Complexity Δ
...query/autoconfigure/GraphQLJpaQueryProperties.java 85.71% <ø> (ø) 7 <0> (ø) ⬇️
.../autoconfigure/GraphQLSchemaAutoConfiguration.java 91.66% <ø> (ø) 4 <0> (ø) ⬇️
...ures/graphql/jpa/query/example/starwars/Human.java 0% <0%> (ø) 0 <0> (?)
...ures/graphql/jpa/query/example/starwars/Droid.java 0% <0%> (ø) 0 <0> (?)
...s/graphql/jpa/query/example/starwars/CodeList.java 0% <0%> (ø) 0 <0> (?)
.../graphql/jpa/query/example/starwars/Character.java 0% <0%> (ø) 0 <0> (?)
...es/graphql/jpa/query/example/starwars/Episode.java 100% <100%> (ø) 1 <1> (?)
... and 8 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 6edb557...fb23482. Read the comment docs.

@igdianov igdianov merged commit 3094a6d into master Mar 11, 2019
@igdianov igdianov deleted the fix-93-graphq-path-autoconfiguration branch March 11, 2019 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0.3.14 regression: spring.graphql.jpa.query.path must be specified now
1 participant