You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#63에서 추가한 pytest CI 워크플로우(test.yml)와 기존 ChatGPT 코드 리뷰 워크플로우(cr.yml)를 제거합니다.
CodeRabbit이 코드 리뷰를 대체하며, ChatGPT 리뷰는 OpenAI API 비용이 불필요하게 발생합니다.
pytest CI는 외부 의존성(ChromaDB, OpenAI) 문제로 CI 환경에서 정상 동작하지 않아 제거합니다.
작업 상세 내용
.github/workflows/cr.yml 삭제 (ChatGPT 코드 리뷰)
.github/workflows/test.yml 삭제 (pytest CI)
#67에서 추가한 mock 관련 코드 롤백 (tests/conftest.py 삭제, 테스트 파일 원복)
어떤 기능인가요?
작업 상세 내용
.github/workflows/cr.yml삭제 (ChatGPT 코드 리뷰).github/workflows/test.yml삭제 (pytest CI)tests/conftest.py삭제, 테스트 파일 원복)참고할만한 자료(선택)
cr.yml불필요