-
Notifications
You must be signed in to change notification settings - Fork 950
/
.codecov.yml
35 lines (32 loc) · 948 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
codecov:
token: 3144ee37-e0d1-4153-ba55-b0ef4ec8c416 # Needed when execute by GitHub Actions. (Safe to published)
notify:
require_ci_to_pass: no
ignore:
- 'line-bot-model/src/test' # Workaround for line-bot-model's test source is wrongly included by coverage report.
coverage:
range: 50..100
round: down
precision: 2
status:
patch:
default:
# basic
target: auto
threshold: null
base: auto
# advanced
branches: null
if_no_uploads: error
if_not_found: success
if_ci_failed: error
only_pulls: false
flags: null
paths: null
comment:
layout: "reach, diff, flags, files"
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]
require_head: no # [yes :: must have a head report to post]
branches: null