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: 그룹 로거 구현 #50

Merged
merged 1 commit into from
Jan 14, 2024
Merged

feat: 그룹 로거 구현 #50

merged 1 commit into from
Jan 14, 2024

Conversation

Coalery
Copy link
Member

@Coalery Coalery commented Jan 14, 2024

주요 변경 사항

더 편하게 GroupLog를 생성하여 저장하기 위해 GroupLogger를 구현합니다.

변경 이유

Fixes #46

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

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements
72.32% (+0.75% 🔼)
768/1062
🔴 Branches
47.9% (+0.49% 🔼)
114/238
🔴 Functions
51.65% (+0.36% 🔼)
141/273
🟡 Lines
72.26% (+0.75% 🔼)
719/995
Show new covered files 🐣
St.
File Statements Branches Functions Lines
🟢
... / GroupLogger.ts
100% 50% 100% 100%
🔴
... / IGroupLogger.ts
0% 100% 100% 0%

Test suite run success

110 tests passing in 26 suites.

Report generated by 🧪jest coverage report action from eabc32a

@Coalery Coalery merged commit 2c4dd8b into main Jan 14, 2024
2 checks passed
@Coalery Coalery deleted the feat/group-logger branch January 14, 2024 15:53
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.

GroupLogger를 구현해서 팩토리와 레포지토리를 모두 주입받지 않도록 수정
1 participant