From 33c7b448f96af12cf914e4540f422706f12724fe Mon Sep 17 00:00:00 2001 From: bit-aloo Date: Wed, 18 Dec 2024 21:02:31 +0530 Subject: [PATCH] add codecov.yml to remove ci error --- codecov.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 codecov.yaml diff --git a/codecov.yaml b/codecov.yaml new file mode 100644 index 000000000..b937f3e08 --- /dev/null +++ b/codecov.yaml @@ -0,0 +1,13 @@ +coverage: + status: + project: + default: + target: auto + threshold: 100% + base: auto + informational: false + patch: + default: + target: auto + threshold: 100% + base: auto \ No newline at end of file