forked from aegra/aegra
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
51 lines (48 loc) · 1.3 KB
/
codecov.yml
File metadata and controls
51 lines (48 loc) · 1.3 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
coverage:
# Badge color thresholds: red < 50%, yellow 50-70%, green >= 70%
range: 50..70
round: down
precision: 2
status:
project:
# Overall project coverage
default:
target: auto
threshold: 2%
# Per-package coverage status
aegra-api:
flags:
- aegra-api
target: auto
threshold: 2%
aegra-cli:
flags:
- aegra-cli
target: auto
threshold: 2%
patch:
default:
informational: true
# Define flags for monorepo packages
flags:
aegra-api:
paths:
- libs/aegra-api/src/
carryforward: true
aegra-cli:
paths:
- libs/aegra-cli/src/
carryforward: true
comment:
# Use condensed layout for cleaner, more focused PR comments
layout: "condensed_header, condensed_files, condensed_footer"
behavior: default # Update existing comment, or post new if doesn't exist
# Only post if coverage changes (reduces noise)
require_changes: true
# Require both base and head reports for meaningful comparison
require_base: true
require_head: true
# Hide project coverage, focus on patch/diff coverage (cleaner view)
hide_project_coverage: true
# When modifying this file, please validate using
# curl -X POST --data-binary @codecov.yml https://codecov.io/validate