File: codecov.yml

package info (click to toggle)
beets 2.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 7,988 kB
  • sloc: python: 46,429; javascript: 8,018; xml: 334; sh: 261; makefile: 125
file content (15 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
comment:
  layout: "header, diff, files"
  require_changes: true

# Sets non-blocking status checks
# https://docs.codecov.com/docs/commit-status#informational
coverage:
  status:
    project:
      default:
        informational: true
    patch:
      default:
        informational: true
    changes: false