Код: Выделить всё
- 3rdParty_Lib1
- 3rdParty_Lib2
- Project_Root
--- apps/
--- include/
------ project_headers/
------ boost_headers/
--- src/
------- module1/
------- module2/
------- module3/
------- 3p_stack/
---------- file1.hpp
---------- file1.cpp
------- file2.cpp
------- file3.cpp
------- file4.cpp
------- file5.cpp
--- tests/
------- module1/
------- module2/
------- module3/
------- file2test.cpp
------- file3test.cpp
------- file4test.cpp
------- file5test.cpp
Код: Выделить всё
src\file2.cpp
src\file3.cpp
src\file4.cpp
Код: Выделить всё
sonar.projectName=Project
sonar.projectVersion=0.1
sonar.sources=Project_Root/src/
sonar.exclusions=**/src/3p_stack/**
sonar.cfamily.build-wrapper-output=Project_Root/SonarQube/sonarqube_output
sonar.coverageReportPaths=Project_Root/artifacts/coverage.xml
sonar.sourceEncoding=UTF-8
Код: Выделить всё
00:33:00.881 INFO: Imported coverage data for 0 files
00:33:00.883 INFO: Coverage data ignored for 82 unknown files, including:
00:33:00.883 include/project_headers/file2.hpp
00:33:00.883 include/project_headers/file3.hpp
00:33:00.883 include/project_headers/file4.hpp
Подробнее здесь: https://stackoverflow.com/questions/787 ... om-c-files