superset/.codecov.yml
Jack Fragassi 2deb9c294e
build: implement codecov carryforward flags (#13677)
* Test small config change for carryforward flags

* redo print statement

* newline

* Remove print statement
2021-03-22 14:21:30 -07:00

24 lines
493 B
YAML

codecov:
notify:
after_n_builds: 4
ignore:
- "superset/migrations/versions/*.py"
- "**/*.stories.tsx"
- "**/*.stories.jsx"
coverage:
status:
project:
default:
informational: true
# Commits pushed to master should not make the overall
# project coverage decrease:
target: auto
threshold: 0%
patch:
default:
informational: true
threshold: 0%
flag_management:
default_rules:
carryforward: true