From 959a773b6409f67ab2958a4b73b2ac541ad59495 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Sat, 1 Jul 2023 00:28:37 +0530 Subject: [PATCH] Add threshold --- codecov.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/codecov.yaml b/codecov.yaml index b268d6680..91ae0771b 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -4,3 +4,9 @@ comment: require_changes: false # if true: only post the comment if coverage changes require_base: no # [yes :: must have a base report to post] require_head: yes # [yes :: must have a head report to post] + +coverage: + status: + project: + default: + threshold: 1%