File: codecov.yml

package info (click to toggle)
zarr 3.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,264 kB
  • sloc: python: 33,347; makefile: 11
file content (22 lines) | stat: -rw-r--r-- 526 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
coverage:
  status:
    patch:
      default:
        target: auto
        informational: true
    project:
      default:
        target: auto
        threshold: 0.1
codecov:
  notify:
    after_n_builds: 10 # Wait for all 10 reports before updating the status
    wait_for_ci: yes
comment:
  layout: "diff, files"
  behavior: default
  require_changes: true  # if true: only post the comment if coverage changes
  branches:               # branch names that can post comment
    - "main"
github_checks:
  annotations: false