2017-09-15 17:24:13 +00:00
|
|
|
codecov:
|
2017-09-23 01:54:34 +00:00
|
|
|
notify:
|
2017-10-18 17:07:02 +00:00
|
|
|
require_ci_to_pass: false # always post
|
|
|
|
after_n_builds: 2 # user and kernel
|
2017-09-15 17:24:13 +00:00
|
|
|
|
|
|
|
coverage:
|
2017-10-18 17:07:02 +00:00
|
|
|
precision: 2 # 2 digits of precision
|
|
|
|
range: "50...90" # red -> yellow -> green
|
2017-09-23 01:54:34 +00:00
|
|
|
|
2017-09-15 17:24:13 +00:00
|
|
|
status:
|
2017-09-23 01:54:34 +00:00
|
|
|
project:
|
|
|
|
default:
|
2017-10-18 17:07:02 +00:00
|
|
|
threshold: 1% # allow 1% coverage variance
|
2017-09-23 01:54:34 +00:00
|
|
|
|
|
|
|
patch:
|
|
|
|
default:
|
2017-10-18 17:07:02 +00:00
|
|
|
threshold: 1% # allow 1% coverage variance
|
2017-09-23 01:54:34 +00:00
|
|
|
|
|
|
|
comment:
|
2017-10-18 17:07:02 +00:00
|
|
|
layout: "reach, diff, flags, footer"
|
2018-01-09 19:15:55 +00:00
|
|
|
behavior: once # update if exists; post new; skip if deleted
|
|
|
|
require_changes: yes # only post when coverage changes
|