-
Notifications
You must be signed in to change notification settings - Fork 89
Expand file tree
/
Copy pathcodecov.yml
More file actions
42 lines (38 loc) · 884 Bytes
/
codecov.yml
File metadata and controls
42 lines (38 loc) · 884 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
39
40
41
42
codecov:
require_ci_to_pass: false
notify:
wait_for_ci: true
coverage:
precision: 2
round: down
range: "50...70"
status:
patch: true
default_rules:
flag_coverage_not_uploaded_behavior: exclude
project:
default:
target: auto
# Threshold used for the PR Check
threshold: 1%
base: auto
if_ci_failed: success
informational: false
only_pulls: true
# PR Comment configuration
comment:
layout: "diff,flags,files"
behavior: default
require_changes: false
require_base: false
require_head: false
# Set this to the number of coverage jobs run in the PR
after_n_builds: 1
flag_management:
default_rules:
carryforward: true
# Components configuration
component_management:
individual_components:
- component_id: "com.unity.probuilder"
name: "com.unity.probuilder"