From 0537aceafffa0e269d3ad53c383ce5fc8a94a723 Mon Sep 17 00:00:00 2001 From: Binbin Li Date: Sat, 1 Jun 2024 03:16:18 +0800 Subject: [PATCH] ci: set patch coverage target to 80% (#1527) --- .github/codecov.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index 193437e4d3..cbfef64280 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,2 +1,7 @@ ignore: - - "./api" # ignore folders and all its contents \ No newline at end of file + - "./api" # ignore folders and all its contents +coverage: + status: + patch: + default: + target: 80% \ No newline at end of file