From 130d38f67efee3c8f5393e981ea64e0c69ae589a Mon Sep 17 00:00:00 2001 From: Moritz Wirger Date: Tue, 3 Dec 2019 21:12:55 +0100 Subject: [PATCH] Try to fix codecov excludes --- .codecov.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 1b0a4e1..17792d4 100755 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,6 +1,6 @@ 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 + - "**/include/json/**/*" # ignore all json files + - "**/hueplusplus/build/**/*" # ignore all files in build folder + - "**/hueplusplus/test/**/*" # ignore all files in test folders + - "**/v1/**/*" # ignore all macos files -- libgit2 0.21.4