superset/.codecov.yml

14 lines
287 B
YAML
Raw Normal View History

ignore:
- "superset/migrations/versions/*.py"
coverage:
status:
project:
default:
# Commits pushed to master should not make the overall
# project coverage decrease:
target: auto
threshold: 0%
patch:
default:
threshold: 0%