3 require_ci_to_pass: false # always post
4 after_n_builds: 2 # user and kernel
7 precision: 0 # 0 decimals of precision
8 round: nearest # Round to nearest precision point
9 range: "50...90" # red -> yellow -> green
14 threshold: 1% # allow 1% coverage variance
18 threshold: 1% # allow 1% coverage variance
21 layout: "reach, diff, flags, footer"
22 behavior: once # update if exists; post new; skip if deleted
23 require_changes: yes # only post when coverage changes
25 # ignore: Please place any ignores in config/ax_code_coverage.m4 instead