From 333b83b583f81b9b8555cc32034fd92b697b42f1 Mon Sep 17 00:00:00 2001 From: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com> Date: Fri, 10 Sep 2021 09:58:48 +0530 Subject: [PATCH] ci: Ignore demo folder Coverage for the demo folder is not relevant... can be ignored --- codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codecov.yml b/codecov.yml index 217b52c21f..7af239924c 100644 --- a/codecov.yml +++ b/codecov.yml @@ -11,3 +11,6 @@ coverage: comment: layout: "diff, files" require_changes: true + + ignore: + - "erpnext/demo"