Skip to content

Commit 3fd7028

Browse files
author
Abubakar Abid
authored
Update codecov.yml
1 parent abec35b commit 3fd7028

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

codecov.yml

+14
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,18 @@ coverage:
22
range: 0..100
33
round: down
44
precision: 2
5+
status:
6+
project:
7+
default: false # disable the default status that measures entire project
8+
source:
9+
paths:
10+
- "gradio/"
11+
target: 80%
12+
threshold: 0.1
13+
patch:
14+
default:
15+
target: 50% # new contributions should have a coverage at least equal to 50%
16+
517
comment: false
18+
codecov:
19+
require_ci_to_pass: yes

0 commit comments

Comments
 (0)