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

Merge branch 'sonarScanner' into 'develop'

Exclude tests from sonar scanner test coverage

See merge request irmb/VirtualFluids_dev!266
parents 1e356a8d dfe34b57
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