Commit 67d345b9cba7892d34054116bd01a8e89d038ff4

Authored by Moritz W
Committed by Moritz Wirger
1 parent 048cba43

Add codecov.yml to exclude unneeded files from coverage report

Showing 1 changed file with 6 additions and 0 deletions
.codecov.yml 0 → 100644
  1 +ignore:
  2 + - "/usr/**/*" # ingnore all unix system ressources
  3 + - "**/json*.*" # ignore all json files
  4 + - "**/hueplusplus/build/**/*" # ignore all files in build folder
  5 + - "**/test/**/*" # ignore all files in test folders
  6 + - "**/v1/**/*" # ignore all macos files