mirror of
https://github.com/apache/superset.git
synced 2026-04-15 14:15:15 +00:00
14 lines
287 B
YAML
14 lines
287 B
YAML
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%
|