From c17a36380eb0fa6db7dc14c2bdad1a447a8064c5 Mon Sep 17 00:00:00 2001 From: Moritz Wirger Date: Fri, 20 Mar 2020 17:47:22 +0100 Subject: [PATCH] Add more paths to codecov ignore --- codecov.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/codecov.yml b/codecov.yml index 556bbf3..99b61dd 100755 --- a/codecov.yml +++ b/codecov.yml @@ -1,7 +1,8 @@ ignore: - - "/usr/**/*" # ingnore all unix system ressources - - "**/json*.*" # ignore all json files - - "**/hueplusplus/build/**/*" # ignore all files in build folder - - "**/test/**/*" # ignore all files in test folders - - "**/v1/**/*" # ignore all macos files - + - "/usr/**/*" # ingnore all unix system ressources + - "**/json*.*" # ignore all json files + - "**/hueplusplus/include/json/*" # ignore all files in json folder + - "**/hueplusplus/test/*" # ignore all files in test folder + - "**/hueplusplus/build/**/*" # ignore all files in build folder + - "**/test/**/*" # ignore all files in test folders + - "**/v1/**/*" # ignore all macros files -- libgit2 0.21.4