xref: /freebsd/sys/contrib/openzfs/.github/codecov.yml (revision 7877fdebeeb35fad1cbbafce22598b1bdf97c786)
1*7877fdebSMatt Macycodecov:
2*7877fdebSMatt Macy  notify:
3*7877fdebSMatt Macy    require_ci_to_pass: false	# always post
4*7877fdebSMatt Macy    after_n_builds: 2		# user and kernel
5*7877fdebSMatt Macy
6*7877fdebSMatt Macycoverage:
7*7877fdebSMatt Macy  precision: 0			# 0 decimals of precision
8*7877fdebSMatt Macy  round: nearest        # Round to nearest precision point
9*7877fdebSMatt Macy  range: "50...90"		# red -> yellow -> green
10*7877fdebSMatt Macy
11*7877fdebSMatt Macy  status:
12*7877fdebSMatt Macy    project:
13*7877fdebSMatt Macy      default:
14*7877fdebSMatt Macy        threshold: 1%		# allow 1% coverage variance
15*7877fdebSMatt Macy
16*7877fdebSMatt Macy    patch:
17*7877fdebSMatt Macy      default:
18*7877fdebSMatt Macy        threshold: 1%		# allow 1% coverage variance
19*7877fdebSMatt Macy
20*7877fdebSMatt Macycomment:
21*7877fdebSMatt Macy  layout: "reach, diff, flags, footer"
22*7877fdebSMatt Macy  behavior: once		# update if exists; post new; skip if deleted
23*7877fdebSMatt Macy  require_changes: yes		# only post when coverage changes
24*7877fdebSMatt Macy
25*7877fdebSMatt Macy# ignore: Please place any ignores in config/ax_code_coverage.m4 instead
26