Skip to content

Commit

Permalink
codecov: adjust the rules to prevent ci become meaningless
Browse files Browse the repository at this point in the history
Signed-off-by: nolouch <[email protected]>
  • Loading branch information
nolouch committed Jul 26, 2023
1 parent f916e90 commit 330a2b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ flag_management:
carryforward: true
statuses:
- type: project
target: 85%
target: 74% # increase it if you want to enforce higher coverage for project, current setting as 74% is for do not let the error be reported and lose the meaning of warning.
- type: patch
target: 85%
target: 74% # increase it if you want to enforce higher coverage for project, current setting as 74% is for do not let the error be reported and lose the meaning of warning.

ignore:
- tests/** # integration test cases or tools.

0 comments on commit 330a2b5

Please sign in to comment.