odessajavaclub / coffee-pot

A simple java application to practice with new technologies and for fun
https://odessajavaclub.github.io/
The Unlicense
1 stars 0 forks source link

Category package structure #17

Closed kaspian-xz closed 4 years ago

kaspian-xz commented 5 years ago

Resolves #4

Description

Testing Details

ToDo

codecov[bot] commented 4 years ago

Codecov Report

Merging #17 into master will decrease coverage by 9.8%. The diff coverage is 0.79%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #17      +/-   ##
============================================
- Coverage     74.39%   64.58%   -9.81%     
- Complexity      223      224       +1     
============================================
  Files            68       83      +15     
  Lines           820      946     +126     
  Branches         18       24       +6     
============================================
+ Hits            610      611       +1     
- Misses          189      314     +125     
  Partials         21       21
Impacted Files Coverage Δ Complexity Δ
...ory/application/port/in/CreateCategoryUseCase.java 0% <0%> (ø) 0 <0> (?)
...category/application/port/in/GetCategoryQuery.java 0% <0%> (ø) 0 <0> (?)
...b/category/adapter/out/jpa/CategoryRepository.java 0% <0%> (ø) 0 <0> (?)
...ory/application/service/CreateCategoryService.java 0% <0%> (ø) 0 <0> (?)
...gory/application/service/GetCategoriesService.java 0% <0%> (ø) 0 <0> (?)
...ub/category/adapter/in/web/CategoryController.java 0% <0%> (ø) 0 <0> (?)
...tegory/application/service/BlankNameException.java 0% <0%> (ø) 0 <0> (?)
...a/org/odessajavaclub/category/domain/Category.java 0% <0%> (ø) 0 <0> (?)
...lub/category/adapter/in/web/CategoryDtoMapper.java 0% <0%> (ø) 0 <0> (?)
...ory/application/port/in/UpdateCategoryUseCase.java 0% <0%> (ø) 0 <0> (?)
... and 20 more
github-actions[bot] commented 4 years ago

This pull request is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days