-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathcodecov.yml
More file actions
25 lines (23 loc) · 628 Bytes
/
Copy pathcodecov.yml
File metadata and controls
25 lines (23 loc) · 628 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
coverage:
status:
project:
default:
target: auto
threshold: 1%
informational: false
patch:
default:
# Patch coverage is informational only — doesn't fail CI.
# Rationale: version bumps, docs, config, and test-only commits have
# naturally low or zero patch coverage and shouldn't block releases.
informational: true
comment:
layout: "reach, diff, flags, files"
behavior: default
require_changes: false
# Ignore files that don't need coverage
ignore:
- "tests/**/*"
- "docs/**/*"
- "**/__init__.py"
- "src/skill_seekers/_version.py"