superset/.codecov.yml

19 lines
390 B
YAML

codecov:
notify:
after_n_builds: 4
ignore:
- "superset/migrations/versions/*.py"
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%