From b09220630764526069be5bba9b93a20a79ca7a77 Mon Sep 17 00:00:00 2001 From: dzdx Date: Wed, 15 Dec 2021 02:46:26 +0800 Subject: [PATCH] add cover ignore --- codecov.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 98dec861d..b8f5bdd01 100644 --- a/codecov.yml +++ b/codecov.yml @@ -5,4 +5,5 @@ ignore: - '**/MetaApplication' - '**/registry/jraft/**' - '**/DataApplication' - - '**/SessionApplication' \ No newline at end of file + - '**/SessionApplication' + - '**/RegistryApplication' \ No newline at end of file