Skip to content
Snippets Groups Projects
Commit f9df6d8a authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

CI: finish work on coverage

parent da25b7b1
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,6 @@ stages:
- build/ctest_report.xml
- build/cppcheck_report.xml
- build/coverage_report.xml
- build/cov_filter/*.gcov
.common-prepare:
extends: .general
......
sonar.projectKey=orfeotoolbox-otb
sonar.projectName=Orfeo Toolbox
sonar.projectDescription="Orfeo ToolBox is an open-source project for state-of-the-art remote sensing"
sonar.links.homepage="https://gitlab.orfeo-toolbox.org/sdinot/otb"
sonar.links.scm="https://gitlab.orfeo-toolbox.org/sdinot/otb.git"
sonar.links.ci="https://gitlab.orfeo-toolbox.org/sdinot/otb/pipelines"
sonar.links.homepage="https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb"
sonar.links.scm="https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb.git"
sonar.links.ci="https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/pipelines"
sonar.sourceEncoding=UTF-8
sonar.language=c++
sonar.projectBaseDir=.
sonar.sources=Modules
sonar.cxx.includeDirectories=Modules
sonar.exclusions="Modules/ThirdParty/**"
sonar.coverage.exclusions="Modules/*/*/test/*.*"
sonar.cxx.suffixes.sources=.cpp,.cxx,.txx,.cc,.c
sonar.cxx.suffixes.headers=.hxx,.h
# Commented because the relative paths are not analyzed correctly
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment