-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
36 lines (33 loc) · 979 Bytes
/
codecov.yml
File metadata and controls
36 lines (33 loc) · 979 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
codecov:
require_ci_to_pass: false
coverage:
status:
project:
default:
target: auto
threshold: 1%
base: auto
patch:
default:
target: 80%
threshold: 0%
comment:
# 상세 리포트 복원 설정 (2026-04 리서치 기반):
# - hide_project_coverage: false → 댓글 상단에 프로젝트 요약 포함
# - require_changes: false → 커버리지 변화 없는 PR에서도 댓글 갱신 유지
# - require_base/head: true → 유의미한 비교가 가능할 때만 댓글 (운영 모드)
# - layout: reach(deprecated)/flags(미사용) 제거. header/diff/files/footer 표준
layout: "header, diff, files, footer"
behavior: default
require_changes: false
require_base: true
require_head: true
hide_project_coverage: false
ignore:
- "src/test/**"
- "src/config/**"
- "src/**/*.module.ts"
- "src/**/*.spec.ts"
- "src/main.ts"
- "src/**/index.ts"
- "src/graphql/graphql.types.ts"