Commit 824879bc07e9c18732d33df8f8b3c56d31b7a876
Committed by
Jan
1 parent
130d38f6
Revert changes of .codecov.yml
Showing
1 changed file
with
6 additions
and
5 deletions
.codecov.yml
| 1 | ignore: | 1 | ignore: |
| 2 | - - "/usr/**/*" # ingnore all unix system ressources | ||
| 3 | - - "**/include/json/**/*" # ignore all json files | ||
| 4 | - - "**/hueplusplus/build/**/*" # ignore all files in build folder | ||
| 5 | - - "**/hueplusplus/test/**/*" # ignore all files in test folders | ||
| 6 | - - "**/v1/**/*" # ignore all macos files | 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 | + |