The source code and dockerfile for the GSW2024 AI Lab.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 

27 lines
919 B

sonar.projectKey=${PROJECT_FULLNAME}
sonar.projectName=${${PROJECT_FULLNAME}_NAME}
sonar.projectVersion=${PROJECT_VERSION}
# =====================================================
# Meta-data for the project
# =====================================================
sonar.links.homepage=https://github.com/smtrat/carl
sonar.links.ci=https://travis-ci.org/smtract/carl
sonar.links.scm=https://github.com/smtrat/carl
sonar.links.issue=https://github.com/smtrat/carl/issues
# =====================================================
# Properties that will be shared amongst all modules
# =====================================================
# SQ standard properties
sonar.language=cpp
sonar.sources=src/
sonar.cpp.file.suffixes=.h,.tpp,.cpp
# Properties specific to the C/C++ analyzer:
sonar.cfamily.build-wrapper-output=bw-output
sonar.cfamily.gcov.reportsPath=.
sonar.cfamily.llvm-cov.reportPath=build/coverage.txt