File: codecov.yml

package info (click to toggle)
superqt 0.7.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,320 kB
  • sloc: python: 9,108; makefile: 16; sh: 12
file content (15 lines) | stat: -rw-r--r-- 400 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
ignore:
  - superqt/_version.py
  - '*_tests*'
coverage:
  status:
    project:
      default:
        target: auto
        threshold: 1%  # PR will fail if it drops coverage on the project by >1%
    patch:
      default:
        target: auto
        threshold: 40%  # A given PR will fail if >40% is untested
comment:
  require_changes: true # if true: only post the PR comment if coverage changes