Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Sonarcloud sonar-project.properties (#120)
Fixes the emitted sonar.properties file so that header and test files are picked up by Sonarcloud analysis. According to the docs `sonar.tests` is ignored for C/C++ code, so test paths should be treated the same as source paths. Also switches `sonar.inclusions` with `sonar.sources` to fix the include paths being filtered out.
- Loading branch information