-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodecov.yml
59 lines (52 loc) · 1.15 KB
/
codecov.yml
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
52
53
54
55
56
57
58
59
codecov:
notify:
require_ci_to_pass: false
coverage:
precision: 2
round: down
range: "60...100"
status:
project: # Overall project coverage
default: # Default context
target: 60
threshold: 1%
if_not_found: success
if_ci_failed: error
informational: true
patch: # Coverage in the patch
default:
target: 90
threshold: 1%
if_not_found: success
if_ci_failed: error
informational: true
component_management:
default_rules:
statuses:
- type: project
target: auto
branches:
- "!main"
individual_components:
- component_id: module_util
name: util
paths:
- typescript/src/util/**
- component_id: module_components
name: components
paths:
- typescript/src/components/**
comment:
layout: "condensed_header, diff, flags, components, condensed_files, condensed_footer"
behavior: default
github_checks:
annotations: true
flags:
go-tests:
carryforward: true
jest-tests:
carryforward: true
cypress-tests:
carryforward: true
java-tests:
carryforward: true