forked from FISCO-BCOS/FISCO-BCOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codecov.yml
41 lines (40 loc) · 776 Bytes
/
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
codecov:
branch: dev
coverage:
range: 30...100
notify:
require_ci_to_pass: no
gitter:
default:
threshold: 0
url: https://gitter.im/fisco-bcos/Lobby
status:
project:
app:
target: 70
threshold: 0.1
paths: "!test/"
default:
target: 78.5
threshold: 0.1
patch:
default:
target: 10
enabled: no
changes:
default:
enabled: no
comment:
layout: "reach, diff"
behavior: default
require_changes: false # if true: only post the comment if coverage changes
require_base: no # [yes :: must have a base report to post]
flags:
alltests:
joined: false
ignore:
- "fisco-bcos"
- "evmc"
- "utils"
- "deps/**/*"
- "/usr/**/*"