weblate/codecov.yml
2024-08-06 10:31:36 +02:00

31 lines
607 B
YAML

comment:
layout: reach, changes, diff, files
require_changes: coverage_drop OR uncovered_patch
coverage:
ignore:
- .*/settings_.*.py
- .*/settings.py
- .*/wsgi.py
status:
project:
auth:
paths:
- weblate/auth
- weblate/accounts
formats:
paths:
- weblate/formats
checks:
paths:
- weblate/checks
default:
target: 90
patch:
default:
target: 100
codecov:
branch: main
notify:
# Wait for reasonable amount of tests to complete before
# reporting coverage
after_n_builds: 8