summaryrefslogtreecommitdiff
path: root/codecov.yml
blob: 81c3f1880f78bd473599cff46786056601bc1a46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
codecov:
  require_ci_to_pass: yes

coverage:
  precision: 2
  round: down
  range: "70...100"

comment:
  after_n_builds: 3 # coverage, py_func_v4, py_func_cli
  layout: "diff,flags,files"
  behavior: default
  require_changes: yes

github_checks:
  annotations: true