forked from boxlite-ai/boxlite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
23 lines (20 loc) · 714 Bytes
/
codecov.yml
File metadata and controls
23 lines (20 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Codecov configuration for BoxLite
# Docs: https://docs.codecov.io/docs/codecov-yaml
coverage:
status:
project:
default:
target: auto # Track against historical baseline
threshold: 2% # Allow 2% drop before failing
patch:
default:
target: 70% # New code in PRs must be 70% covered
comment:
layout: "condensed_header, diff, flags, components"
behavior: default
require_changes: true # Only comment if coverage changed
ignore:
- "boxlite/deps/**" # Vendored dependencies
- "**/tests/**" # Test files themselves
- "guest/**" # Guest agent (tested separately)
- "sdks/**" # SDKs (have their own test suites)