Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sonarcloud: Use Inclusions Property (#121)
Fixes code coverage builds by switching to using the sonar.inclusions property. Some of our build targets set their source directories in the include paths. Those paths are then emitted in the sonar-project.properties file here. The issue is that this can lead to files being indexed twice which the sonar-scanner treats as an error. Using the `sonar.inclusions` property and adding pattern strings avoids this issue.
- Loading branch information