Skip to content

Commit

Permalink
feat(CI): CodeCov PR 코멘트 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
limehee committed Dec 12, 2024
1 parent cadf151 commit 6bd7d9c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
comment:
layout: "diff, flags, files"
behavior: new
require_changes: false
require_base: false # 테스트를 위한 임시 설정
require_head: false # 테스트를 위한 임시 설정
hide_project_coverage: false

0 comments on commit 6bd7d9c

Please sign in to comment.