Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "CI: fix empty values for information fileds" #48621

Merged
merged 4 commits into from
Nov 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: false # resulting status will pass no matter what the coverage is or what other settings are specified.
informational: true # 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: false # resulting status will pass no matter what the coverage is or what other settings are specified.
informational: true # resulting status will pass no matter what the coverage is or what other settings are specified.
- type: patch
target: auto
informational: false # resulting status will pass no matter what the coverage is or what other settings are specified.
informational: true # resulting status will pass no matter what the coverage is or what other settings are specified.

ignore:
- "LICENSES"
Expand Down