File: codecov.yml

package info (click to toggle)
python-mne 1.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 131,492 kB
  • sloc: python: 213,302; javascript: 12,910; sh: 447; makefile: 144
file content (25 lines) | stat: -rw-r--r-- 529 bytes parent folder | download | duplicates (2)
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
comment: false
github_checks:  # too noisy, even though "a" interactively disables them
  annotations: false

codecov:
  notify:
    require_ci_to_pass: false

coverage:
  status:
    patch:
      default:
        informational: true
        target: 95%
        if_no_uploads: error
        if_not_found: success
        if_ci_failed: failure
    project:
      default: false
      library:
        informational: true
        target: 90%
        if_no_uploads: error
        if_not_found: success
        if_ci_failed: failure