File size: 320 Bytes
534ff6d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
coverage:
  range: 0..100
  round: down
  precision: 2
  status:
    project:
      default: false  # disable the default status that measures entire project
      source:
        paths:
          - "gradio/"
        target: 70%
        threshold: 0.1
    patch: off
  
comment: false
codecov:
  require_ci_to_pass: yes