superset/.codecov.yml

21 lines
436 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%