superset/.codecov.yml
Jesse Yang d39bc14a0b
test: optimize codecov config (#13329)
* test: optimize codecov config to let GitHub checks always pass

* Run tests on workflow changes, too
2021-02-25 05:22:34 -08:00

19 lines
386 B
YAML

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