Skip to content

Commit ce2e550

Browse files
authored
Merge pull request #4 from lazycoderio/codecov-yml
Update codecov.yml
2 parents 6a6af59 + cc7a6a9 commit ce2e550

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

codecov.yml

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
codecov:
2+
branch: master
3+
bot: null
4+
5+
coverage:
6+
precision: 2
7+
round: down
8+
range: "70...100"
9+
10+
notify:
11+
slack:
12+
default:
13+
url: null
14+
threshold: null
15+
branches: null
16+
attachments: "sunburst, diff"
17+
18+
hipchat:
19+
default:
20+
url: null
21+
notify: no
22+
threshold: null
23+
branches: null
24+
card: yes
25+
only_pulls: null
26+
message: null
27+
28+
gitter:
29+
default:
30+
url: null
31+
threshold: null
32+
branches: null
33+
message: null
34+
35+
webhook:
36+
default:
37+
url: null
38+
threshold: null
39+
branches: null
40+
only_pulls: null
41+
42+
irc:
43+
default:
44+
server: null
45+
channel: null
46+
branches: null
47+
threshold: null
48+
message: null
49+
50+
status:
51+
project:
52+
default:
53+
target: auto
54+
threshold: null
55+
branches: null
56+
57+
patch:
58+
default:
59+
target: auto
60+
branches: null
61+
62+
changes:
63+
default:
64+
branches: null
65+
66+
ignore: null
67+
68+
comment:
69+
layout: "header, diff, changes, sunburst, uncovered, tree"
70+
branches: null
71+
behavior: default

0 commit comments

Comments
 (0)