File: codecov.yml

package info (click to toggle)
ipython 9.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,620 kB
  • sloc: python: 45,416; sh: 317; makefile: 168
file content (46 lines) | stat: -rw-r--r-- 921 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
coverage:
  status:
    patch: off
    project:
      default: false
      library:
        target: auto
        paths:
          - '!**/tests/**'
          - '!**/testing/**'
        threshold: 0.1%
      tests:
        target: auto
        paths:
          - '**/tests/**'
          - '**/testing/**'
        threshold: 0.1%
flag_management:
  default_rules:
    statuses:
      - type: patch
        target: auto%
        threshold: 0.1%
      - type: project
        target: auto%
        threshold: 0.1%
  individual_flags:
    - name: unit-tests
      paths:
        - '**/tests/**'
        - '**/testing/**'
    - name: library
      paths:
        - '!**/tests/**'
        - '!**/testing/**'
codecov:
  require_ci_to_pass: false
  branch: main

ignore:
  - IPython/kernel/*
  - IPython/consoleapp.py
  - IPython/lib/kernel.py
  - IPython/utils/jsonutil.py
  - IPython/utils/log.py
  - IPython/utils/signatures.py