-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.codecov.yml
29 lines (27 loc) · 869 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
#see https://github.com/codecov/support/wiki/Codecov-Yaml
codecov:
notify:
require_ci_to_pass: yes
coverage:
precision: 0 # 2 = xx.xx%, 0 = xx%
round: nearest # how coverage is rounded: down/up/nearest
range: 40...80 # custom range of coverage colors from red -> yellow -> green
status:
# https://codecov.readme.io/v1.0/docs/commit-status
project:
default:
target: 60 # specify the target coverage for each commit status
threshold: 15 # allow this little decrease on project
# https://github.com/codecov/support/wiki/Filtering-Branches
if_no_uploads: error
if_not_found: success
if_ci_failed: error
patch:
default:
enabled: no
changes: off
comment:
layout: "header, diff"
require_changes: false
behavior: default # update if exists else create new
branches: *