Skip to content

feat: extract example JPA models into separate resusable modules #104

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
Apr 22, 2019

Conversation

igdianov
Copy link
Collaborator

@igdianov igdianov commented Apr 7, 2019

No description provided.

@igdianov igdianov self-assigned this Apr 7, 2019
@codecov
Copy link

codecov bot commented Apr 7, 2019

Codecov Report

Merging #104 into master will decrease coverage by 0.11%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #104      +/-   ##
============================================
- Coverage     65.73%   65.62%   -0.12%     
+ Complexity      366      363       -3     
============================================
  Files            37       32       -5     
  Lines          2014     1990      -24     
  Branches        296      296              
============================================
- Hits           1324     1306      -18     
+ Misses          562      556       -6     
  Partials        128      128
Impacted Files Coverage Δ Complexity Δ
...aphql/jpa/query/schema/model/starwars/Episode.java 0% <ø> (ø) 0 <0> (?)
...phql/jpa/query/schema/model/starwars/CodeList.java 0% <ø> (ø) 0 <0> (?)
.../query/example/books/BooksSchemaConfiguration.java 100% <ø> (ø) 4 <0> (ø) ⬇️
...res/graphql/jpa/query/schema/model/book/Genre.java 0% <ø> (ø) 0 <0> (?)
...graphql/jpa/query/schema/model/starwars/Droid.java 0% <ø> (ø) 0 <0> (?)
...hql/jpa/query/schema/model/starwars/Character.java 0% <ø> (ø) 0 <0> (?)
...graphql/jpa/query/schema/model/starwars/Human.java 0% <ø> (ø) 0 <0> (?)
...es/graphql/jpa/query/schema/model/book/Author.java 0% <ø> (ø) 0 <0> (?)
...ures/graphql/jpa/query/schema/model/book/Book.java 0% <ø> (ø) 0 <0> (?)
...entures/graphql/jpa/query/example/Application.java 33.33% <ø> (ø) 1 <0> (ø) ⬇️
... and 9 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 2d2f5d1...ef35855. Read the comment docs.

@codecov
Copy link

codecov bot commented Apr 7, 2019

Codecov Report

Merging #104 into master will decrease coverage by 0.1%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #104      +/-   ##
============================================
- Coverage     66.45%   66.35%   -0.11%     
+ Complexity      382      379       -3     
============================================
  Files            39       34       -5     
  Lines          2054     2030      -24     
  Branches        302      302              
============================================
- Hits           1365     1347      -18     
+ Misses          558      552       -6     
  Partials        131      131
Impacted Files Coverage Δ Complexity Δ
...aphql/jpa/query/schema/model/starwars/Episode.java 0% <ø> (ø) 0 <0> (?)
.../query/example/books/BooksSchemaConfiguration.java 100% <ø> (ø) 4 <0> (ø) ⬇️
...jpa/query/schema/model/starwars/DroidFunction.java 0% <ø> (ø) 0 <0> (?)
...ures/graphql/jpa/query/schema/model/book/Book.java 0% <ø> (ø) 0 <0> (?)
...entures/graphql/jpa/query/example/Application.java 33.33% <ø> (ø) 1 <0> (?)
...res/graphql/jpa/query/schema/model/book/Genre.java 0% <ø> (ø) 0 <0> (?)
...phql/jpa/query/schema/model/starwars/CodeList.java 0% <ø> (ø) 0 <0> (?)
...es/graphql/jpa/query/schema/model/book/Author.java 0% <ø> (ø) 0 <0> (?)
...hql/jpa/query/schema/model/starwars/Character.java 0% <ø> (ø) 0 <0> (?)
...graphql/jpa/query/schema/model/starwars/Droid.java 0% <ø> (ø) 0 <0> (?)
... and 11 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 b05c246...4e4b847. Read the comment docs.

@igdianov igdianov changed the title feat: extract JPA entities into separate modules feat: extract example JPA models into separate modules Apr 12, 2019
@igdianov igdianov changed the title feat: extract example JPA models into separate modules feat: extract example JPA models into separate resusable modules Apr 12, 2019
@igdianov igdianov force-pushed the igdianov-add-model-modules branch 2 times, most recently from a08dc7c to 7e7e406 Compare April 16, 2019 02:05
@igdianov igdianov force-pushed the igdianov-add-model-modules branch 2 times, most recently from d7ef20c to b3f26b3 Compare April 22, 2019 20:56
@igdianov igdianov force-pushed the igdianov-add-model-modules branch from b3f26b3 to 4e4b847 Compare April 22, 2019 22:41
@igdianov igdianov merged commit 9698743 into master Apr 22, 2019
@igdianov igdianov deleted the igdianov-add-model-modules branch April 22, 2019 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant