File: .codecov.yml

package info (click to toggle)
python-sparse 0.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,816 kB
  • sloc: python: 11,223; sh: 54; javascript: 10; makefile: 8
file content (18 lines) | stat: -rw-r--r-- 316 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
comment: false
coverage:
  status:
    project:
      default:
          # Total project must be 95%
          target: '100%'
          threshold: '5%'

    patch:
      default:
          # Patch coverage must be 92%
          target: '100%'
          threshold: '8%'

  precision: 2
  round: down
  range: 80...98