From 177405ee33cbad175783ffe2b1a189e2892c6c91 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Wed, 3 Jun 2020 11:28:36 +0200 Subject: [PATCH] Excluding some modules from code coverage analisys This commits excludes: - generated files - i18n tooling for generating translations files that are not used in the final build of the cli. --- .codecov.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index b0b47133cab..d73052e7522 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,7 +1,9 @@ comment: off -# ignore: -# - legacy/**/* +ignore: + - rpc/** + - i18n/cmd/** + - i18n/rice-box.go coverage: status: