From 7c1869853fbca303bd8ad6b4aaeb4b1a58e7b677 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Fri, 3 Apr 2026 12:38:34 +0530 Subject: [PATCH] ci: codecov rules --- codecov.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 303412dd..fa61467a 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,2 +1,9 @@ +coverage: + status: + project: + default: + target: auto + threshold: 1% + ignore: - - "**/test_*.py" \ No newline at end of file + - "**/test_helper.py" \ No newline at end of file