mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-25 23:57:21 +08:00
31 lines
607 B
YAML
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
|