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

feat: 메시지 빌더 구현 #52

Merged
merged 2 commits into from
Jan 15, 2024
Merged

feat: 메시지 빌더 구현 #52

merged 2 commits into from
Jan 15, 2024

Conversation

Coalery
Copy link
Member

@Coalery Coalery commented Jan 15, 2024

주요 변경 사항

로깅에 사용되는 메시지, 포인트 지급에 사용되는 메시지 등을 쉽게 처리할 수 있도록 메시지 빌더를 구현하였습니다.
이를 통해 메시지는 메시지대로 템플릿화 시켜 중앙화 가능하고, 파라미터 또한 타입 추론이 가능하여 실수를 줄여줄 수 있습니다.

변경 이유

Fixes #47

@Coalery Coalery self-assigned this Jan 15, 2024
Copy link

github-actions bot commented Jan 15, 2024

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements
72.13% (+0.13% 🔼)
766/1062
🔴 Branches 47.86% 112/234
🔴 Functions
51.27% (+0.36% 🔼)
141/275
🟡 Lines
71.98% (+0.09% 🔼)
714/992
Show new covered files 🐣
St.
File Statements Branches Functions Lines
🟢
... / MessageBuilder.ts
100% 100% 100% 100%

Test suite run success

113 tests passing in 27 suites.

Report generated by 🧪jest coverage report action from d279eed

@Coalery Coalery merged commit 7c5a5a2 into main Jan 15, 2024
2 checks passed
@Coalery Coalery deleted the feat/message-builder branch January 15, 2024 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant