-
Notifications
You must be signed in to change notification settings - Fork 362
update library structure #255
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
Changes to a multi module project with `graphql-kotlin-schema-generator` (previously released as `graphql-kotlin`) and `graphql-kotlin-spring-example` (previously standalone project).
Codecov Report
@@ Coverage Diff @@
## master #255 +/- ##
=========================================
Coverage 97.07% 97.07%
Complexity 196 196
=========================================
Files 61 61
Lines 684 684
Branches 120 120
=========================================
Hits 664 664
Misses 8 8
Partials 12 12
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #255 +/- ##
=========================================
Coverage 97.07% 97.07%
Complexity 196 196
=========================================
Files 61 61
Lines 684 684
Branches 120 120
=========================================
Hits 664 664
Misses 8 8
Partials 12 12
Continue to review full report at Codecov.
|
* update library structure Changes to a multi module project with `graphql-kotlin-schema-generator` (previously released as `graphql-kotlin`) and `graphql-kotlin-spring-example` (previously standalone project). * fix travis build * update README to reflect new structure * skip generating javadoc for example app
* update library structure Changes to a multi module project with `graphql-kotlin-schema-generator` (previously released as `graphql-kotlin`) and `graphql-kotlin-spring-example` (previously standalone project). * fix travis build * update README to reflect new structure * skip generating javadoc for example app
Resolves #254
Changes to a multi module project with
graphql-kotlin-schema-generator
(previously released asgraphql-kotlin
) andgraphql-kotlin-spring-example
(previously standalone project).