File: codecov.yml

package info (click to toggle)
flint 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 68,996 kB
  • sloc: ansic: 915,350; asm: 14,605; python: 5,340; sh: 4,512; lisp: 2,621; makefile: 787; cpp: 341
file content (27 lines) | stat: -rw-r--r-- 503 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
23
24
25
26
27
coverage:
  precision: 2
  round: down
  range: 70...95 # FIXME: We should set this one to about 90...95

  status:
    project:
      default:
        informational: true
    patch:
      default:
        informational: true
    changes:
      default:
        informational: true

comment: false

ignore:
 - "src/*/inlines.c"
 - "src/test/main.c"
 - "src/test/t-*.c"
 - "src/*/test/main.c"
 - "src/*/test/t-*.c"
 - "src/generic_files/exception.c"
 - "src/generic_files/profiler.c"
 - "src/profiler.h"