-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcodecov.yml
More file actions
47 lines (42 loc) · 1.18 KB
/
codecov.yml
File metadata and controls
47 lines (42 loc) · 1.18 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
codecov:
require_ci_to_pass: true
notify:
# Must equal package count in .github/workflows/main-ci.yml matrix
# See AGENTS.md "CI Configuration" section when adding packages
after_n_builds: 16
comment:
layout: "diff, files, header, footer"
behavior: default
coverage:
precision: 2
round: down
# The value range where you want the value to be green
# Hold ourselves to a high bar.
# TMP 80 floor until cairo-coverage becomes more stable
range: 80..100
status:
project:
default:
# Use the coverage from the base commit (pull request base) coverage to compare against.
# Once we have a baseline we can be more strict.
# TMP threshold until cairo-coverage becomes more stable
target: auto
threshold: 4%
patch:
default:
# Require new code to have 80%+ coverage.
# TMP target and threshold until cairo-coverage becomes more stable
target: 80%
threshold: 4%
flag_management:
default_rules:
carryforward: true
ignore:
- "**/tests/**"
- "docs/"
- "scripts/"
- "packages/test_common/"
- "packages/testing/"
- "packages/interfaces/"
github_checks:
annotations: false