Compare commits
5 Commits
d512526839
...
StaticAnal
| Author | SHA1 | Date | |
|---|---|---|---|
| fcfe551c5c | |||
| 02a08012d0 | |||
| 063645fae3 | |||
| 6c8979684d | |||
| 245867da3b |
@@ -1,9 +1,9 @@
|
|||||||
name: Bigfoot
|
name: Bigfoot
|
||||||
|
|
||||||
on:
|
pull_request:
|
||||||
push:
|
branches:
|
||||||
branches:
|
- main
|
||||||
- 'main'
|
types: [opened, synchronize, reopened]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-test:
|
build-and-test:
|
||||||
@@ -35,6 +35,7 @@ jobs:
|
|||||||
run: infer run --compilation-database build/Debug/compile_commands.json
|
run: infer run --compilation-database build/Debug/compile_commands.json
|
||||||
|
|
||||||
- name: SonarQube Scan
|
- name: SonarQube Scan
|
||||||
|
if: github.event_name == 'push'
|
||||||
uses: SonarSource/sonarqube-scan-action@v7.0.0
|
uses: SonarSource/sonarqube-scan-action@v7.0.0
|
||||||
with:
|
with:
|
||||||
args: >
|
args: >
|
||||||
|
|||||||
@@ -11,4 +11,4 @@ sonar.cxx.file.suffixes=.hpp,.cpp,.h
|
|||||||
sonar.cxx.clangtidy.reportPaths=tidy_result.txt
|
sonar.cxx.clangtidy.reportPaths=tidy_result.txt
|
||||||
sonar.cxx.infer.reportPaths=infer-out/report.json
|
sonar.cxx.infer.reportPaths=infer-out/report.json
|
||||||
|
|
||||||
sonar.cxx.jsonCompilationDatabase.analyzeOnlyContainedFiles=True
|
sonar.cxx.jsonCompilationDatabase.analyzeOnlyContainedFiles=True
|
||||||
|
|||||||
Reference in New Issue
Block a user