-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathcodecov.yml
More file actions
37 lines (34 loc) · 817 Bytes
/
codecov.yml
File metadata and controls
37 lines (34 loc) · 817 Bytes
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
# https://docs.codecov.com/docs/codecovyml-reference
# validate: curl -X POST --data-binary @codecov.yml https://codecov.io/validate
codecov:
token: '3cc0e41a-7cc5-4e2d-9196-59028e5d8d9c'
bot: 'codecov-io'
strict_yaml_branch: 'master'
branch: 'master'
require_ci_to_pass: true
notify:
after_n_builds: 5
wait_for_ci: true
coverage:
precision: 0
round: 'up'
range: "70...100"
status:
changes: false
patch:
default:
target: auto
threshold: 1%
project:
default:
target: auto
threshold: 1%
# https://docs.codecov.com/docs/github-checks
github_checks:
annotations: true
# https://docs.codecov.com/docs/pull-request-comments
comment:
layout: "reach, diff, flags, files"
behavior: default
require_changes: true
after_n_builds: 5