Skip to content
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

[feature] menu api 구현 및 테스트 작성 #31

Merged
merged 1 commit into from
Oct 15, 2023

[feature] menu api

9ce44d8
Select commit
Loading
Failed to load commit list.
Merged

[feature] menu api 구현 및 테스트 작성 #31

[feature] menu api
9ce44d8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 15, 2023 in 1s

92.11% (target 80.00%)

View this Pull Request on Codecov

92.11% (target 80.00%)

Details

Codecov Report

Merging #31 (9ce44d8) into main (f701f95) will increase coverage by 0.16%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##               main      #31      +/-   ##
============================================
+ Coverage     91.94%   92.11%   +0.16%     
- Complexity      265      274       +9     
============================================
  Files            49       50       +1     
  Lines           534      545      +11     
  Branches         16       16              
============================================
+ Hits            491      502      +11     
  Misses           33       33              
  Partials         10       10              
Files Coverage Δ
...domain/store/service/command/MenuCommandService.kt 100.00% <100.00%> (ø)
...ain/store/service/command/dto/MenuCreateCommand.kt 100.00% <ø> (ø)
...ain/store/service/command/dto/MenuUpdateCommand.kt 100.00% <ø> (ø)
...mjucow/eatda/presentation/store/StoreController.kt 100.00% <100.00%> (ø)
...ow/eatda/presentation/store/menu/MenuController.kt 100.00% <100.00%> (ø)