All checks were successful
Bigfoot / Build & Test Debug (Unity Build: OFF) (push) Successful in 26s
Bigfoot / Build & Test Debug (Unity Build: ON) (push) Successful in 24s
Bigfoot / Build & Test RelWithDebInfo (Unity Build: OFF) (push) Successful in 26s
Bigfoot / Build & Test RelWithDebInfo (Unity Build: ON) (push) Successful in 25s
Bigfoot / Build & Test Release (Unity Build: OFF) (push) Successful in 19s
Bigfoot / Build & Test Release (Unity Build: ON) (push) Successful in 18s
Bigfoot / Clang Format Checks (push) Successful in 8s
Reviewed-on: #8 Co-authored-by: Romain BOULLARD <romain.boullard@protonmail.com> Co-committed-by: Romain BOULLARD <romain.boullard@protonmail.com>
15 lines
340 B
INI
15 lines
340 B
INI
sonar.projectKey=Bigfoot
|
|
|
|
sonar.projectVersion=0.1.0
|
|
|
|
sonar.sourceEncoding=UTF-8
|
|
|
|
sonar.sources=Bigfoot/Sources
|
|
sonar.tests=Bigfoot/Tests
|
|
|
|
sonar.cxx.file.suffixes=.hpp,.cpp,.h
|
|
sonar.cxx.clangtidy.reportPaths=tidy_result.txt
|
|
sonar.cxx.infer.reportPaths=infer-out/report.json
|
|
|
|
sonar.cxx.jsonCompilationDatabase.analyzeOnlyContainedFiles=True
|