File: codecov.yml

package info (click to toggle)
python-imageio 2.37.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,684 kB
  • sloc: python: 26,302; makefile: 138
file content (11 lines) | stat: -rw-r--r-- 252 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
coverage:
    status:
        # coverage of the current PR/commit
        patch:
            default:
                target: 100%
        # coverage of the full project
        project:
            default: 
                target: auto
comment: false