-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathcodecov.yml
93 lines (84 loc) · 2.05 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
codecov:
branch: master # override the default branch
bot: trilliwon # set user whom will be the consumer of oauth requests
coverage:
precision: 2 # 2 = xx.xx%, 0 = xx%
round: down # default down
range: 50...60 # default 70...90. red...green
notify:
slack:
default:
url: "https://hooks.slack.com/services/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"
threshold: 1%
only_pulls: false
branches: null
flags: null
paths: null
email:
default:
to:
- &author
threshold: 1%
only_pulls: false
layout: reach, diff, flags, files
flags: null
paths: null
status:
project:
default:
against: parent
target: auto
threshold: 1%
branches:
- master
if_no_uploads: error
if_not_found: success
if_ci_failed: error
only_pulls: false
flags:
- integration
paths:
- folder
patch:
default:
against: parent
target: 80%
branches: null
if_no_uploads: success
if_not_found: success
if_ci_failed: error
only_pulls: false
flags:
- integration
paths:
- folder
changes:
default:
against: parent
branches: null
if_no_uploads: error
if_not_found: success
if_ci_failed: error
only_pulls: false
flags:
- integration
paths:
- folder
flags:
integration:
branches:
- master
ignore:
- JDropDownAlertTests/*
- JDropDownAlert/*
ignore: # files and folders for processing
- JDropDownAlertTests/*
- JDropDownAlert/*
comment:
layout: reach, diff, flags, files
branches: *
behavior: default # defualt = posts once then update, posts new if delete
# once = post once then updates
# new = delete old, post new
# spammy = post new