From 17ae5494bd51c3b073c9cd40606aa57638facb4d Mon Sep 17 00:00:00 2001 From: Moritz Wirger Date: Fri, 20 Mar 2020 17:27:27 +0100 Subject: [PATCH] Rename codecov.yml in order to make it work properly --- .codecov.yml | 7 ------- codecov.yml | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100755 .codecov.yml create mode 100755 codecov.yml diff --git a/.codecov.yml b/.codecov.yml deleted file mode 100755 index 556bbf3..0000000 --- a/.codecov.yml +++ /dev/null @@ -1,7 +0,0 @@ -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 - diff --git a/codecov.yml b/codecov.yml new file mode 100755 index 0000000..556bbf3 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,7 @@ +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 + -- libgit2 0.21.4