File: codecov.yml

package info (click to toggle)
magicgui 0.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 21,880 kB
  • sloc: python: 11,573; makefile: 11; sh: 9
file content (12 lines) | stat: -rw-r--r-- 375 bytes parent folder | download | duplicates (2)
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