Skip to content

Commit be5bda9

Browse files
authored
ci(codecov.yaml): make it pass regardless of coverage (autowarefoundation#7803)
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
1 parent f796041 commit be5bda9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

codecov.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ flag_management:
2020
statuses:
2121
- name_prefix: project-
2222
type: project
23-
target: auto
23+
target: 0% # Make CI always succeed
24+
threshold: 100% # Make CI always succeed
2425
- name_prefix: patch-
2526
type: patch
26-
target: auto
27+
target: 0% # Make CI always succeed
28+
threshold: 100% # Make CI always succeed

0 commit comments

Comments
 (0)