-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run cpplint/cppcheck on Focal CI #880
Conversation
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Codecov Report
@@ Coverage Diff @@
## sdf12 #880 +/- ##
=======================================
Coverage 88.17% 88.17%
=======================================
Files 96 96
Lines 14547 14547
=======================================
Hits 12827 12827
Misses 1720 1720
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with happy CI
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
This pull request has been mentioned on Gazebo Community. There might be relevant details there: https://community.gazebosim.org/t/new-ignition-releases-2022-04-13-fortress-edifice/1367/1 |
🎉 New feature
This is a partial backport of #878 to
sdf12
Summary
In #878, the GitHub Actions CI was stopped from testing on Ubuntu Bionic on the
main
branch. As part of that change, thecppcheck
andcpplint
checks were moved to Ubuntu Focal CI. I noticed that there were some pre-existing errors in theusd
component, which I believe are not checked on Ubuntu Bionic since theusd
component is not tested on that workflow. In order to catch these errors, I've backported this portion of #878 and fixed any other listing errors that were reported.Test it
Run
make codecheck
on Ubuntu 20.04 or run the GitHub actions workflow on Ubuntu FocalChecklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.