From 5950fbc03ba94fb6467ff4a26651bf716d3a7b6b Mon Sep 17 00:00:00 2001 From: mathuraditya724 Date: Mon, 2 Mar 2026 10:44:56 +0530 Subject: [PATCH] fix: updated codecov.yml --- codecov.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index 4cb22edee8..eaa335ffc0 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,8 +2,8 @@ coverage: status: project: default: - target: auto # auto compares coverage to the previous base commit - threshold: 10% # this allows a 10% drop from the previous base commit coverage + target: auto # auto compares coverage to the previous base commit + threshold: 10% # this allows a 10% drop from the previous base commit coverage informational: true ignore: @@ -11,6 +11,8 @@ ignore: - "sentry_sdk/_types.py" comment: true +config: + files: changed github_checks: annotations: false