cubefs/codecov.yaml
slasher c69c8bd3d8 chore(codecov): make informational codecov when pull master
Signed-off-by: slasher <shenjie1@oppo.com>
2023-06-07 15:43:42 +08:00

19 lines
509 B
YAML

coverage:
status: # https://docs.codecov.com/docs/commit-status
project:
default: # This can be anything, but it needs to exist as the name
# basic settings
target: auto # auto | <number>
threshold: 5% # <number>
# advanced settings
branches:
- master
only_pulls: true
informational: true
removed_code_behavior: off #removals_only, fully_covered_patch, adjust_base",
patch:
default:
informational: true