From 51324acb1ee691f11118b8a32100ef81f70f7d1d Mon Sep 17 00:00:00 2001 From: priethor <27339341+priethor@users.noreply.github.com> Date: Wed, 12 Nov 2025 12:24:18 +0100 Subject: [PATCH 1/2] Add Codecov settings --- .codecov.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 00000000..dd70c1db --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,36 @@ +# Codecov Configuration +# Reference: https://docs.codecov.com/docs/codecovyml-reference + +coverage: + status: + project: + default: + target: auto + threshold: 5% + if_ci_failed: ignore + + patch: + default: + target: auto + threshold: 5% + if_ci_failed: ignore + + changes: + default: + target: auto + threshold: 5% + if_ci_failed: ignore + +ignore: + - '*.min.css' + - '*.min.js' + - '.wp-env' + - 'build' + - 'dist' + - 'docs' + - 'node_modules' + - 'tests' + - 'vendor' + +comment: + layout: 'condensed_header, condensed_files, condensed_footer' From f99e49171b71dccc85912283f57d0d92691fa735 Mon Sep 17 00:00:00 2001 From: priethor <27339341+priethor@users.noreply.github.com> Date: Wed, 12 Nov 2025 12:45:18 +0100 Subject: [PATCH 2/2] Remove default comment layout --- .codecov.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index dd70c1db..11d5661e 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -31,6 +31,3 @@ ignore: - 'node_modules' - 'tests' - 'vendor' - -comment: - layout: 'condensed_header, condensed_files, condensed_footer'