Commit c17a36380eb0fa6db7dc14c2bdad1a447a8064c5

Authored by Moritz Wirger
1 parent 17ae5494

Add more paths to codecov ignore

Showing 1 changed file with 7 additions and 6 deletions
codecov.yml
1 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
7   -
  2 + - "/usr/**/*" # ingnore all unix system ressources
  3 + - "**/json*.*" # ignore all json files
  4 + - "**/hueplusplus/include/json/*" # ignore all files in json folder
  5 + - "**/hueplusplus/test/*" # ignore all files in test folder
  6 + - "**/hueplusplus/build/**/*" # ignore all files in build folder
  7 + - "**/test/**/*" # ignore all files in test folders
  8 + - "**/v1/**/*" # ignore all macros files
... ...