Closed Coalery closed 1 year ago
St.:grey_question: |
Category | Percentage | Covered / Total |
---|---|---|---|
🟢 | Statements | 83.86% (+0.17% 🔼) |
239/285 |
🔴 | Branches | 48.15% (+0.15% 🔼) |
26/54 |
🟡 | Functions | 62.16% | 46/74 |
🟢 | Lines | 84.35% (+0.18% 🔼) |
221/262 |
23 tests passing in 8 suites.
Report generated by 🧪jest coverage report action from ad35accd5461be00d92e56916f8387074fd74f54
주요 변경 사항
@Transactional
데코레이터를 적용합니다.변경 이유
command 작업은 일반적으로 모두 하나의 트랜잭션에서 원자적으로 처리되어야 하므로
@Transactional
데코레이터를 붙입니다.