2021-11-05 09:33:17 +08:00
|
|
|
coverage:
|
2021-11-06 04:56:05 +08:00
|
|
|
range: 0..100
|
2021-11-05 09:33:17 +08:00
|
|
|
round: down
|
|
|
|
precision: 2
|
2021-12-23 21:41:19 +08:00
|
|
|
status:
|
|
|
|
project:
|
2022-02-12 00:34:49 +08:00
|
|
|
default: false # disable the default status that measures entire project
|
2021-12-23 21:41:19 +08:00
|
|
|
source:
|
|
|
|
paths:
|
|
|
|
- "gradio/"
|
|
|
|
target: 80%
|
|
|
|
threshold: 0.1
|
|
|
|
patch:
|
|
|
|
default:
|
2022-02-12 00:34:49 +08:00
|
|
|
target: 50% # new contributions should have a coverage at least equal to 50%
|
|
|
|
|
2021-12-22 01:33:04 +08:00
|
|
|
comment: false
|
2021-12-23 21:41:19 +08:00
|
|
|
codecov:
|
|
|
|
require_ci_to_pass: yes
|