8 lines
373 B
YAML
8 lines
373 B
YAML
# Not sure if .yaml suffix would work, currently using .yml to match examples:
|
|
# https://docs.codecov.com/docs/codecov-yaml
|
|
# Validate with:
|
|
# curl -X POST --data-binary @codecov.yml https://codecov.io/validate
|
|
# See https://docs.codecov.com/docs/flags
|
|
flag_management:
|
|
default_rules: # the rules that will be followed for any flag added, generally
|
|
carryforward: true |