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 27s
Bigfoot / Build & Test RelWithDebInfo (Unity Build: OFF) (push) Successful in 26s
Bigfoot / Build & Test Release (Unity Build: ON) (push) Successful in 17s
Bigfoot / Clang Format Checks (push) Successful in 8s
Bigfoot / Sonarqube (push) Successful in 57s
Bigfoot / Build & Test RelWithDebInfo (Unity Build: ON) (push) Successful in 26s
Bigfoot / Build & Test Release (Unity Build: OFF) (push) Successful in 19s
13 lines
289 B
INI
13 lines
289 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.jsonCompilationDatabase.analyzeOnlyContainedFiles=True |