* Reduce Codecov's patch target to 50% * Update codecov.yml After internal discussion, settled on 60% as the floor for the baseline. * Code Cov note in PR template
25 lines
495 B
YAML
25 lines
495 B
YAML
# NB: Run the following command to verify this file is valid
|
|
# > cat codecov.yml | curl --data-binary @- https://codecov.io/validate
|
|
|
|
codecov:
|
|
ci:
|
|
- "!buildkite"
|
|
require_ci_to_pass: no
|
|
notify:
|
|
wait_for_ci: no
|
|
ignore:
|
|
- "vendor"
|
|
- "bin"
|
|
- "**/*.svg"
|
|
- "lib/sitemap_generator"
|
|
- "lib/generators"
|
|
- "lib/tasks/custom_seeds.rake"
|
|
coverage:
|
|
status:
|
|
patch:
|
|
default:
|
|
target: 60%
|
|
project: false
|
|
flag_management:
|
|
default_rules:
|
|
carryforward: false
|