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

[BE] 테스트 코드 리팩토링 #465

Merged
merged 2 commits into from
Aug 27, 2023
Merged

[BE] 테스트 코드 리팩토링 #465

merged 2 commits into from
Aug 27, 2023

Conversation

tank3a
Copy link
Collaborator

@tank3a tank3a commented Aug 27, 2023

  • 버그 수정
  • 기능 개발
  • 리팩토링
  • 문서 변경
  • 기타... 설명:

📝 설명

테스트 커버리지 향상을 위한 리팩토링 진행

✨ 특이 사항

🖼️ 스크린샷 (선택 사항)

커버리지 97% 달성
Screenshot 2023-08-27 at 11 31 57 PM

모든 테스트 통과
Screenshot 2023-08-27 at 11 32 17 PM

@tank3a tank3a requested a review from dydwo0740 August 27, 2023 14:32
@github-actions
Copy link

📊 테스트 커버리지 결과

Overall Project 87.33% -0.08% 🍏
Files changed 97.55% 🍏

File Coverage
ColorService.java 100% 🍏
ColorRepository.java 100% 🍏
ColorController.java 100% 🍏
CarService.java 100% 🍏
QuoteController.java 100% 🍏
OptionController.java 100% 🍏
OptionRepository.java 100% 🍏
OptionService.java 97.74% 🍏
QuoteService.java 93.02% 🍏
QuoteSearchDto.java 90.77% 🍏
OptionShortMappedDto.java 90.74% 🍏
CarDefaultDto.java 89.78% 🍏
TrimDefaultOptionDto.java 89.47% 🍏
QuoteSubOptionDto.java 89.47% 🍏
ColorDto.java 89.26% 🍏
SubOptionIdAndPriceDto.java 88.89% 🍏
InnerColorPercentDto.java 88.89% 🍏
CarVo.java 88.89% 🍏
OptionDetailMappedDto.java 88.82% 🍏
OuterColorPercentDto.java 88.8% 🍏
OptionDetailDto.java 87.97% 🍏
OptionHmgDataVo.java 87.69% 🍏
BoughtCarDto.java 86.96% 🍏
DefaultOptionDto.java 86.81% 🍏
QuoteInfoDto.java 86.78% 🍏
SubOptionDto.java 86.76% 🍏
QuoteRequestDto.java 84.02% -2.05% 🍏
HistoryShortDto.java 82.19% 🍏
CartagApplication.java 37.5% 🍏
RedisConfig.java 0% 🍏

Copy link
Member

@dydwo0740 dydwo0740 left a comment

Choose a reason for hiding this comment

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

@dydwo0740 dydwo0740 merged commit e695375 into dev Aug 27, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BE] Quotes 관련 리팩토링
2 participants