mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 07:15:07 +01:00
Updates codecov configuration for the flag settings and notification interaction
This commit is contained in:
parent
08de8a04b8
commit
ed6cb14c4d
1 changed files with 14 additions and 0 deletions
14
.codecov.yml
14
.codecov.yml
|
|
@ -1,3 +1,17 @@
|
||||||
|
codecov:
|
||||||
|
require_ci_to_pass: true
|
||||||
|
# https://docs.codecov.com/docs/flags#recommended-automatic-flag-management
|
||||||
|
# Require each flag to have 1 upload before notification
|
||||||
|
flag_management:
|
||||||
|
default_rules:
|
||||||
|
after_n_builds: 1
|
||||||
|
individual_flags:
|
||||||
|
- name: backend
|
||||||
|
paths:
|
||||||
|
- src/
|
||||||
|
- name: frontend
|
||||||
|
paths:
|
||||||
|
- src-ui/
|
||||||
# https://docs.codecov.com/docs/pull-request-comments
|
# https://docs.codecov.com/docs/pull-request-comments
|
||||||
# codecov will only comment if coverage changes
|
# codecov will only comment if coverage changes
|
||||||
comment:
|
comment:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue