Skip to content
Snippets Groups Projects
Commit dfe34b57 authored by Anna Wellmann's avatar Anna Wellmann
Browse files

Exclude tests from sonar scanner test coverage

parent a2587742
No related branches found
No related tags found
1 merge request!266Exclude tests from sonar scanner test coverage
......@@ -686,8 +686,8 @@ vf_wheel_to_jupyterhub:
###############################################################################
# sonar-scanner runs sonar-project.properties
# the reports in this file needs to match the artifacts.
# This job only run on the development branch of the parent repository, not on forks!
# the reports in this file need to match the artifacts.
# This job only runs on the development branch of the parent repository, not on forks!
sonar-scanner:
stage: deploy
......
......@@ -21,6 +21,8 @@ sonar.sourceEncoding=UTF-8
sonar.cxx.coverage.reportPath=coverage/coverage.xml
sonar.cxx.coverage.exclusions=./src/**/*Test.*
sonar.cxx.cppcheck.reportPath=cppcheck.xml
sonar.cxx.clangtidy.reportPath=build/clangtidy.txt
......
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