~ubuntu-branches/debian/sid/botan/sid

« back to all changes in this revision

Viewing changes to src/build-data/sonar-project.properties

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2018-03-01 22:23:25 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20180301222325-7p7vc45gu3hta34d
Tags: 2.4.0-2
* Don't remove .doctrees from the manual if it doesn't exist.
* Don't specify parallel to debhelper.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
sonar.host.url=https://sonarcloud.io
 
2
 
 
3
sonar.organization=randombit-github
 
4
sonar.projectKey=botan
 
5
 
 
6
sonar.projectName=Botan
 
7
sonar.sources=src
 
8
sonar.language=cpp
 
9
sonar.cpp.file.suffixes=.cpp,.h
 
10
sonar.cfamily.build-wrapper-output=bw-outputs
 
11
sonar.sourceEncoding=UTF-8
 
12
 
 
13
# Sonar thinks these are duplicates
 
14
sonar.exclusions=build/include/botan/*.h,build/include/botan/internal/*.h,build/include/external/*.h
 
15
 
 
16
sonar.cfamily.llvm-cov.reportPath=build/cov_report.txt