From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 6 Nov 2023 01:29:13 +0000 (-0800) Subject: Chore: Restore codecov commenting to internal PRs (#4508) X-Git-Tag: v2.0.0-beta.1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8716590cef30cdc0efc483cf8ad0b71bfb233cfd;p=thirdparty%2Fpaperless-ngx.git 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> --- diff --git a/.codecov.yml b/.codecov.yml index ae8159eb4f..d3d07003c6 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -3,8 +3,6 @@ codecov: # 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: @@ -22,12 +20,9 @@ coverage: default: # https://docs.codecov.com/docs/commit-status#threshold threshold: 1% - # https://docs.codecov.com/docs/commit-status#only_pulls - only_pulls: true patch: default: # For the changed lines only, target 75% covered, but # allow as low as 50% target: 75% threshold: 25% - only_pulls: true