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

4 weeks ago
  1. sonar.projectKey=${PROJECT_FULLNAME}
  2. sonar.projectName=${${PROJECT_FULLNAME}_NAME}
  3. sonar.projectVersion=${PROJECT_VERSION}
  4. # =====================================================
  5. # Meta-data for the project
  6. # =====================================================
  7. sonar.links.homepage=https://github.com/smtrat/carl
  8. sonar.links.ci=https://travis-ci.org/smtract/carl
  9. sonar.links.scm=https://github.com/smtrat/carl
  10. sonar.links.issue=https://github.com/smtrat/carl/issues
  11. # =====================================================
  12. # Properties that will be shared amongst all modules
  13. # =====================================================
  14. # SQ standard properties
  15. sonar.language=cpp
  16. sonar.sources=src/
  17. sonar.cpp.file.suffixes=.h,.tpp,.cpp
  18. # Properties specific to the C/C++ analyzer:
  19. sonar.cfamily.build-wrapper-output=bw-output
  20. sonar.cfamily.gcov.reportsPath=.
  21. sonar.cfamily.llvm-cov.reportPath=build/coverage.txt