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] 큐레이션 API 구현 #88

Merged
merged 18 commits into from
Jan 30, 2024
Merged

[feature] 큐레이션 API 구현 #88

merged 18 commits into from
Jan 30, 2024

Conversation

k-kbk
Copy link
Collaborator

@k-kbk k-kbk commented Jan 30, 2024

해당 PR이 어떤 것을 하나요?

  • 큐레이션 API 구현

고민(선택)

기획 문서 혹은 태스크 관련 링크

@github-actions github-actions bot added the feature 기능 개발 및 테스트 작성 label Jan 30, 2024
Copy link

codecov bot commented Jan 30, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (1715c1b) 91.64% compared to head (3637add) 92.34%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main      #88      +/-   ##
============================================
+ Coverage     91.64%   92.34%   +0.70%     
- Complexity      374      420      +46     
============================================
  Files            74       84      +10     
  Lines           862      954      +92     
  Branches         24       24              
============================================
+ Hits            790      881      +91     
- Misses           58       59       +1     
  Partials         14       14              
Files Coverage Δ
...om/mjucow/eatda/domain/curation/entity/Curation.kt 100.00% <100.00%> (ø)
...curation/service/command/CurationCommandService.kt 100.00% <100.00%> (ø)
...in/curation/service/command/dto/AddStoreCommand.kt 100.00% <100.00%> (ø)
...ation/service/command/dto/CreateCurationCommand.kt 100.00% <100.00%> (ø)
...ation/service/command/dto/UpdateCurationCommand.kt 100.00% <100.00%> (ø)
...ain/curation/service/query/CurationQueryService.kt 100.00% <100.00%> (ø)
...tda/domain/curation/service/query/dto/Curations.kt 100.00% <100.00%> (ø)
...cow/eatda/domain/store/service/query/dto/Stores.kt 100.00% <100.00%> (ø)
.../eatda/presentation/curation/CurationController.kt 100.00% <100.00%> (ø)
...a/domain/curation/service/query/dto/CurationDto.kt 92.85% <92.85%> (ø)

... and 1 file with indirect coverage changes

@k-kbk k-kbk merged commit 77fc5e6 into main Jan 30, 2024
5 checks passed
@k-kbk k-kbk deleted the curation branch January 30, 2024 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 기능 개발 및 테스트 작성 size/XL
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants