File: codecov.yml

package info (click to toggle)
ipython 8.35.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 11,900 kB
  • sloc: python: 42,442; sh: 376; makefile: 243
file content (26 lines) | stat: -rw-r--r-- 558 bytes parent folder | download | duplicates (4)
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
coverage:
  status:
    patch: off
    project:
      default: false
      library:
        target: auto
        paths: ['!.*/tests/.*']
        threshold: 0.1%
      tests:
        target: auto
        paths: ['.*/tests/.*']
        threshold: 0.1%
codecov:
  require_ci_to_pass: false

ignore:
  - IPython/kernel/*
  - IPython/consoleapp.py
  - IPython/core/inputsplitter.py
  - IPython/lib/kernel.py
  - IPython/utils/jsonutil.py
  - IPython/utils/localinterfaces.py
  - IPython/utils/log.py
  - IPython/utils/signatures.py
  - IPython/utils/traitlets.py