File: codecov.yml

package info (click to toggle)
magicgui 0.9.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 21,796 kB
  • sloc: python: 11,202; makefile: 11; sh: 9
file content (12 lines) | stat: -rw-r--r-- 375 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
coverage:
  status:
    project:
      default:
        target: auto
        threshold: 0.5% # coverage can drop by up to 0.5% while still posting success
    patch:
      default:
        target: auto
        threshold: 15% # coverage can drop by up to 15% while still posting success
comment:
  require_changes: true # if true: only post the PR comment if coverage changes