From ea4c6170937eacf720a416d8ef8bccf075fb5154 Mon Sep 17 00:00:00 2001 From: Nicholas Tindle Date: Wed, 29 Apr 2026 17:52:38 -0500 Subject: [PATCH] ci: lower frontend patch coverage target from 80% to 70% Co-Authored-By: Claude Opus 4.6 (1M context) --- codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index c59e08e110..a0973b5717 100644 --- a/codecov.yml +++ b/codecov.yml @@ -21,7 +21,7 @@ coverage: flags: - platform-backend platform-frontend: - target: 80% + target: 70% flags: - platform-frontend autogpt-libs: @@ -80,7 +80,7 @@ component_management: target: auto informational: true - type: patch - target: 80% + target: 70% informational: true - component_id: autogpt-libs name: "AutoGPT Libs"