From a2e5dda39dfb886ed5beadcf88d5363052a547df Mon Sep 17 00:00:00 2001 From: sarina Date: Thu, 30 May 2024 13:50:24 -0400 Subject: [PATCH] chore: Drop codecov to 90, which is a sane amount --- codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index c37995ce6..2d4f2f623 100644 --- a/codecov.yml +++ b/codecov.yml @@ -3,9 +3,9 @@ coverage: status: patch: default: - target: 100 + target: 90 project: default: - target: 100 + target: 90 ignore: - "registrar/apps/core/permissions.py"