Diff of /.github/codecov.yml [000000] .. [b9e282]

Switch to unified view

a b/.github/codecov.yml
1
codecov:
2
  require_ci_to_pass: false
3
4
coverage:
5
  status:
6
    project:
7
      default:
8
        target: auto
9
        threshold: 5
10
11
comment:
12
  layout: "diff, flags, files"
13
  behavior: default
14
  require_changes: false  # if true: only post the comment if coverage changes