Skip to content

Commit

Permalink
Merge branch 'master' into split_buckets
Browse files Browse the repository at this point in the history
  • Loading branch information
bufferflies authored Jul 26, 2023
2 parents 57fef47 + 93360e2 commit 49dd3bc
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 49dd3bc

Please sign in to comment.