From 65ecb4c52d1950d81049ea1ab827dd9ac0c6b249 Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Fri, 19 Jun 2026 14:17:35 -0600 Subject: [PATCH] feat(coverage): bump to 80% --- codecov.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/codecov.yml b/codecov.yml index 8c621b3d..0c264daa 100644 --- a/codecov.yml +++ b/codecov.yml @@ -4,6 +4,4 @@ coverage: patch: false project: default: - # TODO(@avivkeller): Once our coverage > 80%, - # increase this to 80%, and increase on increments - target: 70% + target: 80%