-
Notifications
You must be signed in to change notification settings - Fork 30
/
ci.yml
88 lines (78 loc) · 1.68 KB
/
ci.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
setup:
codecov_url: https://codecov.io
debug: no
loglvl: INFO
encryption_secret: "zp^P9*i8aR3"
media:
assets: https://codecov-cdn.storage.googleapis.com/4.4.4-fd6aa1e
dependancies: https://codecov-cdn.storage.googleapis.com/4.4.4-fd6aa1e
http:
force_https: yes
cookie_secret: abc123
timeouts:
connect: 10
receive: 15
tasks:
celery:
soft_timelimit: 200
hard_timelimit: 240
upload:
queue: uploads
cache:
yaml: 600 # 10 minutes
tree: 600 # 10 minutes
diff: 300 # 5 minutes
chunks: 300 # 5 minutes
uploads: 86400 # 1 day
services:
database_url: postgres://postgres:@postgres:5432/circle_test
database:
username: postgres
name: circle_test
password: ""
host: postgres
redis_url: redis://redis:@localhost:6379/
minio:
hash_key: testixik8qdauiab1yiffydimvi72ekq # never change this
periodic_callback_ms: false
access_key_id: codecov-default-key
secret_access_key: codecov-default-secret
verify_ssl: false
github:
bot:
username: codecov-io
integration:
id: 254
pem: src/certs/github.pem
bitbucket:
bot:
username: codecov-io
gitlab:
bot:
username: codecov-io
site:
codecov:
require_ci_to_pass: yes
coverage:
precision: 2
round: down
range: "70...100"
status:
project: yes
patch: yes
changes: no
parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no
javascript:
enable_partials: no
comment:
layout: "reach, diff, flags, files, footer"
behavior: default
require_changes: no
require_base: no
require_head: yes