File: codecov.yml

package info (click to toggle)
numcodecs 0.16.5%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 968 kB
  • sloc: python: 3,938; makefile: 42
file content (15 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
coverage:
  status:
    project:
      default:
        target: 100
        threshold: 0.1
    patch:
      default:
        target: 100
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"