File: codecov.yml

package info (click to toggle)
nipype 1.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,268 kB
  • sloc: python: 156,541; javascript: 9,246; tcl: 608; sh: 483; makefile: 174
file content (30 lines) | stat: -rw-r--r-- 587 bytes parent folder | download | duplicates (5)
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
28
29
30
coverage:
  range: "0...100"
  status:
    patch:
      default:
        target: 0
        threshold: 100
    project:
      default:
        target: 0
        threshold: 100
      patch:
        target: 0
        threshold: 100
      unittests:
        target: 0
        threshold: 100
        flags:
          - "unittests"
      smoketests:
        target: 0
        threshold: 100
        flags:
          - "smoketests"
  ignore:          # files and folders that will be removed during processing
    - "nipype/external"
    - "tools"
    - "doc"
    - "**/tests"
    - "examples"