-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
38 lines (34 loc) · 930 Bytes
/
Copy pathcodecov.yml
File metadata and controls
38 lines (34 loc) · 930 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
37
38
# =============================================================================
# Codecov Configuration
# Require 85% overall (project) and 85% patch (changed-lines) coverage —
# matches the same bar used on this repo's other projects (Charon, Hestia).
# See CLAUDE.md's Definition of Done section.
# =============================================================================
coverage:
status:
project:
default:
target: 85%
threshold: 1%
patch:
default:
target: 85%
threshold: 1%
require_ci_to_pass: yes
comment:
require_changes: false
require_base: false
require_head: true
layout: 'reach, diff, flags, files'
behavior: default
# Keep in sync with scripts/local-patch-report.sh's own exclude list.
ignore:
- 'test/**'
- '**/*.test.ts'
- '**/*.d.ts'
- 'scripts/**'
- '*.md'
- '.github/**'
- 'vitest.config.mts'
- 'dist/**'
- 'coverage/**'