Skip to content

Commit

Permalink
CI: fix empty values for information fileds (pingcap#48605)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhuizuo authored Nov 15, 2023
1 parent db2e239 commit 4158448
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ component_management:
statuses:
- type: project # in this case every component that doens't have a status defined will have a project type one
target: auto
informational: # resulting status will pass no matter what the coverage is or what other settings are specified.
informational: false # resulting status will pass no matter what the coverage is or what other settings are specified.
individual_components:
- component_id: component_dumpling # this is an identifier that should not be changed
name: dumpling # this is a display name, and can be changed freely
Expand All @@ -65,10 +65,10 @@ flag_management:
statuses:
- type: project
target: auto
informational: # resulting status will pass no matter what the coverage is or what other settings are specified.
informational: false # resulting status will pass no matter what the coverage is or what other settings are specified.
- type: patch
target: auto
informational: # resulting status will pass no matter what the coverage is or what other settings are specified.
informational: false # resulting status will pass no matter what the coverage is or what other settings are specified.

ignore:
- "LICENSES"
Expand Down

0 comments on commit 4158448

Please sign in to comment.