ci: re-enable carryforward in codecov.yml (#1317)

This commit is contained in:
Felix Angelov
2023-09-22 17:51:58 -05:00
committed by GitHub
parent 65275bd69f
commit aa6349678c
+1 -3
View File
@@ -1,8 +1,6 @@
# 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: false
carryforward: true