From f84faf73f17a0772df0067f6b6c3aa251006df09 Mon Sep 17 00:00:00 2001 From: Anoop Kurungadam Date: Fri, 25 Oct 2024 14:23:32 +0530 Subject: [PATCH] fix(ci): add missing codecov config --- codecov.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000000..7dfcec9f36 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,24 @@ +codecov: + require_ci_to_pass: yes + +coverage: + status: + project: + default: + target: auto + threshold: 0.5% + + patch: + default: + target: 85% + threshold: 0% + base: auto + branches: + - develop + if_ci_failed: ignore + only_pulls: true + +comment: + layout: "diff, files" + require_changes: true +