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

[test] 카테고리, 템플릿 조회 테스트 코드 추가 #754

Merged
merged 11 commits into from
Mar 26, 2024

Conversation

JaBeast
Copy link
Contributor

@JaBeast JaBeast commented Mar 21, 2024

📌 개요

  • 카테고리, 템플릿 조회 테스트 코드 추가

💻 작업사항

  • CategoryControllerTest, TemplateControllerTest 추가
  • gg-api에 templates -> template 단수로 파일명 변경 (통일성)
  • TestDataUtils에 필요 코드 추가

💡Issue 번호

@JaBeast JaBeast added the test label Mar 21, 2024
@JaBeast JaBeast requested review from ghyen, yes-ee and AreSain March 21, 2024 10:31
@JaBeast JaBeast self-assigned this Mar 21, 2024
@codecov-commenter
Copy link

codecov-commenter commented Mar 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.85%. Comparing base (307954e) to head (7fba105).
Report is 8 commits behind head on dev.

Additional details and impacted files
@@             Coverage Diff              @@
##                dev     #754      +/-   ##
============================================
+ Coverage     73.39%   74.85%   +1.46%     
- Complexity     1050     1072      +22     
============================================
  Files           363      363              
  Lines          4770     4769       -1     
  Branches        394      394              
============================================
+ Hits           3501     3570      +69     
+ Misses         1095     1021      -74     
- Partials        174      178       +4     
Flag Coverage Δ
integrationTest 69.38% <ø> (+1.46%) ⬆️
unitTest 32.20% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@AreSain AreSain self-assigned this Mar 26, 2024
Copy link
Contributor

@AreSain AreSain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다.

@JaBeast JaBeast merged commit 9181742 into dev Mar 26, 2024
2 checks passed
@JaBeast JaBeast deleted the 753-카테고리,템플릿-목록조회-테스트코드 branch March 26, 2024 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🧪 [Test] 6기 카테고리, 템플릿 목록 조회 테스트 코드
4 participants