From 91e1ff565634f33d5ed1450ce83659bc8e65464f Mon Sep 17 00:00:00 2001 From: Sai Sankeerth Date: Wed, 3 Jan 2024 14:58:26 +0530 Subject: [PATCH] test: decrease threshold configuration for components & defaults in codecov Signed-off-by: Sai Sankeerth --- codecov.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/codecov.yml b/codecov.yml index 7e1ee06cfb..fd5415ed68 100644 --- a/codecov.yml +++ b/codecov.yml @@ -3,7 +3,7 @@ coverage: patch: default: target: 100% - threshold: 1% + threshold: 0.001% # js: # target: auto # flags: @@ -21,18 +21,20 @@ component_management: statuses: - type: project target: auto - threshold: 1% + threshold: 0.001%% - type: patch target: 80% + threshold: 0.001% paths: - "src/**/*.js" - component_id: ts statuses: - type: project target: auto - threshold: 1% + threshold: 0.001%% - type: patch target: 90% + threshold: 0.001% name: ts paths: - "src/**/*.ts" \ No newline at end of file