Skip to content

Commit f726e6a

Browse files
authored
ci(codecov.yaml): make ci succeed regardless of coverage (#7793)
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
1 parent d5882c9 commit f726e6a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

codecov.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1+
# https://docs.codecov.com/docs/commit-status#project-status
2+
13
coverage:
24
status:
35
project:
46
default:
5-
target: auto
7+
target: 0% # Make CI always succeed
8+
threshold: 100% # Make CI always succeed
69
patch:
710
default:
8-
target: auto
11+
target: 0% # Make CI always succeed
12+
threshold: 100% # Make CI always succeed
913

1014
comment:
1115
show_carryforward_flags: true

0 commit comments

Comments
 (0)