mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Chore: Restore codecov commenting to internal PRs (#4508)
Test out changes to code cov config Co-Authored-By: Trenton H <797416+stumpylog@users.noreply.github.com>
This commit is contained in:
parent
10729f0362
commit
8716590cef
@ -3,8 +3,6 @@ codecov:
|
|||||||
# https://docs.codecov.com/docs/flags#recommended-automatic-flag-management
|
# https://docs.codecov.com/docs/flags#recommended-automatic-flag-management
|
||||||
# Require each flag to have 1 upload before notification
|
# Require each flag to have 1 upload before notification
|
||||||
flag_management:
|
flag_management:
|
||||||
default_rules:
|
|
||||||
after_n_builds: 1
|
|
||||||
individual_flags:
|
individual_flags:
|
||||||
- name: backend
|
- name: backend
|
||||||
paths:
|
paths:
|
||||||
@ -22,12 +20,9 @@ coverage:
|
|||||||
default:
|
default:
|
||||||
# https://docs.codecov.com/docs/commit-status#threshold
|
# https://docs.codecov.com/docs/commit-status#threshold
|
||||||
threshold: 1%
|
threshold: 1%
|
||||||
# https://docs.codecov.com/docs/commit-status#only_pulls
|
|
||||||
only_pulls: true
|
|
||||||
patch:
|
patch:
|
||||||
default:
|
default:
|
||||||
# For the changed lines only, target 75% covered, but
|
# For the changed lines only, target 75% covered, but
|
||||||
# allow as low as 50%
|
# allow as low as 50%
|
||||||
target: 75%
|
target: 75%
|
||||||
threshold: 25%
|
threshold: 25%
|
||||||
only_pulls: true
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user