From 824879bc07e9c18732d33df8f8b3c56d31b7a876 Mon Sep 17 00:00:00 2001 From: Moritz Wirger Date: Tue, 3 Dec 2019 21:24:40 +0100 Subject: [PATCH] Revert changes of .codecov.yml --- .codecov.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 17792d4..556bbf3 100755 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,6 +1,7 @@ ignore: - - "/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 + - "/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 + -- libgit2 0.21.4