-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsonar-project.properties
More file actions
21 lines (21 loc) · 1.13 KB
/
Copy pathsonar-project.properties
File metadata and controls
21 lines (21 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
sonar.projectKey=danieljsinclair_engine-sim-cli
sonar.projectName=engine-sim-cli
sonar.sources=src
sonar.tests=test
sonar.sourceEncoding=UTF-8
sonar.cfamily.compile-commands=build-cov/compile_commands.json
sonar.host.url=https://sonarcloud.io
sonar.organization=danieljsinclair
sonar.exclusions=engine-sim-bridge/**,engine-sim-esp32/**,engine-sim-tui/**,build/**,build-cov/**,es/**,escli-ios/**,vehicle-sim/**,scripts/**,_deps/**
sonar.coverage.exclusions=test/**,engine-sim-bridge/**,engine-sim-esp32/**,tools/**,scripts/**
sonar.cfamily.threads=4
sonar.sourceVersion=17
# Redirect all scanner working artifacts (including the cfamily taint-analysis
# reproducer tarball) into build-cov/.scannerwork so they land in an
# already-gitignored, scrubbable directory instead of the project root.
sonar.working.directory=build-cov/.scannerwork
# Coverage: generic coverage XML (sonar-generic-coverage.xsd).
# Generated from build-cov/lcov.info by scripts/lcov_to_xml.py with --project-root
# for path normalization. The direct lcov path had absolute paths that Sonar
# couldn't map to its indexed sources.
sonar.coverageReportPaths=build-cov/coverage-sonar.xml