Merged
Conversation
- .gitignore에 coverage 리포트 폴더 추가하여 불필요한 추적 방지
- parseInput, fetchVerses 테스트 커버리지 100% 달성 - 성경 구절 범위 유효성 검사 추가 및 에러 처리 강화 - 시작 절이 끝 절보다 클 경우 에러를 던지도록 로직 수정 - 지원하지 않는 버전 입력 시 명확한 에러 메시지 출력
- 마지막 절 조회 테스트를 위한 bible.test.json 데이터 업데이트 - 경계값 테스트 케이스 검증용 데이터 보강
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 작업 요약 (Summary)
parseInput, fetchVerse 함수에 대한 단위 테스트 시행
🛠️ 주요 변경 사항 (Key Changes)
✅ 테스트 결과 (Test Results)