Skip to content

Commit

Permalink
ci: update codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhuizuo committed Nov 14, 2023
1 parent 1355e39 commit f57daeb
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ 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: true
only_pulls: true
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 @@ -64,8 +66,12 @@ flag_management:
statuses:
- type: project
target: auto
informational: true
only_pulls: true
- type: patch
target: 85%
target: auto
informational: true
only_pulls: true

ignore:
- "LICENSES"
Expand All @@ -88,12 +94,5 @@ ignore:
- "session/testutil.go"
- "store/mockstore/unistore/testutil.go"

flag_management:
default_rules: # the rules that will be followed for any flag added, generally
carryforward: true
statuses:
- type: project
target: auto
threshold: 1%
- type: patch
target: 50%


0 comments on commit f57daeb

Please sign in to comment.