Diff of /.codecov.yaml [000000] .. [121e55]

Switch to unified view

a b/.codecov.yaml
1
# Based on pydata/xarray
2
codecov:
3
  require_ci_to_pass: no
4
5
coverage:
6
  status:
7
    project:
8
      default:
9
        # Require 1% coverage, i.e., always succeed
10
        target: 1
11
    patch: false
12
    changes: false
13
14
comment:
15
  layout: diff, flags, files
16
  behavior: once
17
  require_base: no