File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 69
69
sed -i '/colcon build/ s/$/ --parallel-workers 4 --packages-up-to $PACKAGES --packages-ignore parking_planner parking_planner_nodes/' /home/carma/.ci-image/engineering_tools/code_coverage/make_with_coverage.bash
70
70
make_with_coverage.bash -m -e /opt/carma/ -o ./coverage_reports/gcov
71
71
- run : ls -la && pwd
72
+ - name : Check compile_commands.json
73
+ continue-on-error : true
74
+ run : |
75
+ echo "Looking for compile_commands.json file"
76
+ find /opt/carma -name compile_commands.json
77
+ find "/opt/carma" -name "compile_commands.json"
72
78
- name : Run C++ Tests
73
79
continue-on-error : true
74
80
run : |
81
87
continue-on-error : true
82
88
shell : bash
83
89
run : |
84
- find "$GITHUB_WORKSPACE " -name "coverage.xml"
90
+ find "/opt/carma " -name "coverage.xml"
85
91
ls -la && pwd
86
- find "$GITHUB_WORKSPACE " -name "gcov"
92
+ find "/opt/carma " -name "gcov"
87
93
- name : Run SonarScanner
88
94
uses : usdot-fhwa-stol/actions/sonar-scanner@main
89
95
with :
Original file line number Diff line number Diff line change 17
17
sonar.projectKey =usdot-fhwa-stol_autoware-ai
18
18
sonar.organization =usdot-fhwa-stol
19
19
sonar.cfamily.cache.enabled =false
20
- sonar.cfamily.compile-commands =/opt/carma/src/autoware.ai/ build/compile_commands.json
20
+ sonar.cfamily.compile-commands =/opt/carma/build/compile_commands.json
21
21
sonar.host.url =https://sonarcloud.io
22
22
sonar.cfamily.gcov.reportsPath =/opt/carma/coverage_reports/gcov
23
23
sonar.coverageReportPaths =/opt/carma/coverage_reports/gcov/coverage.xml
You can’t perform that action at this time.
0 commit comments