File: codecov.yml

package info (click to toggle)
ipython 9.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 8,624 kB
  • sloc: python: 45,268; sh: 317; makefile: 168
file content (23 lines) | stat: -rw-r--r-- 456 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
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/lib/kernel.py
  - IPython/utils/jsonutil.py
  - IPython/utils/log.py
  - IPython/utils/signatures.py