Skip to content

Commit

Permalink
ci(codecov.yaml): make it pass regardless of coverage (#7803)
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
  • Loading branch information
xmfcx authored Jul 3, 2024
1 parent f796041 commit be5bda9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ flag_management:
statuses:
- name_prefix: project-
type: project
target: auto
target: 0% # Make CI always succeed
threshold: 100% # Make CI always succeed
- name_prefix: patch-
type: patch
target: auto
target: 0% # Make CI always succeed
threshold: 100% # Make CI always succeed

0 comments on commit be5bda9

Please sign in to comment.