From ad6405f8652b1889a7475770154f37f096660246 Mon Sep 17 00:00:00 2001 From: Prabhpreet Dua <615318+prabhpreet@users.noreply.github.com> Date: Mon, 6 May 2024 20:53:55 +0530 Subject: [PATCH] chore: Add codecov configuration file --- .github/codecov.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 00000000..f2296697 --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,15 @@ + +codecov: + branch: main +coverage: + status: + project: + default: + # basic + target: auto #default + threshold: 5 + base: auto + if_ci_failed: error #success, failure, error, ignore + informational: false + only_pulls: true + patch: off \ No newline at end of file