From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 20 Aug 2025 18:18:38 +0000 (-0700) Subject: Dont require_changes for codecov comment X-Git-Tag: v2.18.2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0c77858814cef33738a3f99d34917cebb86350f;p=thirdparty%2Fpaperless-ngx.git Dont require_changes for codecov comment --- diff --git a/.codecov.yml b/.codecov.yml index d9a12a7731..77328cf790 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -10,10 +10,8 @@ component_management: paths: - src-ui/** # https://docs.codecov.com/docs/pull-request-comments -# codecov will only comment if coverage changes comment: layout: "header, diff, components, flags, files" - require_changes: true # https://docs.codecov.com/docs/javascript-bundle-analysis require_bundle_changes: true bundle_change_threshold: "50Kb"