gradio/codecov.yml

18 lines
320 B
YAML
Raw Permalink Normal View History

2021-11-04 20:33:17 -05:00
coverage:
2021-11-05 15:56:05 -05:00
range: 0..100
2021-11-04 20:33:17 -05:00
round: down
precision: 2
2021-12-23 07:41:19 -06:00
status:
project:
default: false # disable the default status that measures entire project
source:
paths:
- "gradio/"
target: 70%
2021-12-23 07:41:19 -06:00
threshold: 0.1
2022-03-09 09:58:34 -06:00
patch: off
2021-12-23 07:41:19 -06:00
2021-12-21 11:33:04 -06:00
comment: false
2021-12-23 07:41:19 -06:00
codecov:
require_ci_to_pass: yes