2017-09-15 20:24:13 +03:00
|
|
|
codecov:
|
2017-09-23 04:54:34 +03:00
|
|
|
notify:
|
2017-10-18 20:07:02 +03:00
|
|
|
require_ci_to_pass: false # always post
|
|
|
|
after_n_builds: 2 # user and kernel
|
2017-09-15 20:24:13 +03:00
|
|
|
|
|
|
|
coverage:
|
2019-12-03 21:23:48 +03:00
|
|
|
precision: 0 # 0 decimals of precision
|
|
|
|
round: nearest # Round to nearest precision point
|
2017-10-18 20:07:02 +03:00
|
|
|
range: "50...90" # red -> yellow -> green
|
2017-09-23 04:54:34 +03:00
|
|
|
|
2017-09-15 20:24:13 +03:00
|
|
|
status:
|
2017-09-23 04:54:34 +03:00
|
|
|
project:
|
|
|
|
default:
|
2017-10-18 20:07:02 +03:00
|
|
|
threshold: 1% # allow 1% coverage variance
|
2017-09-23 04:54:34 +03:00
|
|
|
|
|
|
|
patch:
|
|
|
|
default:
|
2017-10-18 20:07:02 +03:00
|
|
|
threshold: 1% # allow 1% coverage variance
|
2017-09-23 04:54:34 +03:00
|
|
|
|
|
|
|
comment:
|
2017-10-18 20:07:02 +03:00
|
|
|
layout: "reach, diff, flags, footer"
|
2018-01-09 22:15:55 +03:00
|
|
|
behavior: once # update if exists; post new; skip if deleted
|
|
|
|
require_changes: yes # only post when coverage changes
|
2019-12-03 21:23:48 +03:00
|
|
|
|
2019-12-18 04:47:58 +03:00
|
|
|
# ignore: Please place any ignores in config/ax_code_coverage.m4 instead
|