From f915aea24de87d24a8e79a18609c46457f319e9b Mon Sep 17 00:00:00 2001 From: Mark Janssen <20283+praseodym@users.noreply.github.com> Date: Tue, 4 Mar 2025 16:25:49 +0100 Subject: [PATCH] Add Codecov YAML (#1123) --- codecov.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..8e0409bba --- /dev/null +++ b/codecov.yml @@ -0,0 +1,14 @@ +codecov: + notify: + after_n_builds: 2 +comment: + require_bundle_changes: True + bundle_change_threshold: "50Kb" +coverage: + status: + project: + default: + informational: true + patch: + default: + informational: true