File: .codecov.yml

package info (click to toggle)
gap-alnuth 3.1.0-3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 1,040 kB
  • sloc: makefile: 117; sh: 78
file content (20 lines) | stat: -rw-r--r-- 327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
coverage:
  precision: 2
  round: down
  range: "70...100"

  status:
    project: no
    patch: no
    changes: no

comment:
  layout: "header, diff, changes, tree"
  behavior: default

ignore:
  - "PackageInfo.g"
  - "init.g"
  - "read.g"
  - "tst/*"     # ignore test harness code
  - "tst/**/*"  # ignore test harness code