-
Notifications
You must be signed in to change notification settings - Fork 41
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
Add code coverage ignore file #388
Conversation
Signed-off-by: youhy <haoyuan2019@outlook.com>
Codecov Report
@@ Coverage Diff @@
## ign-physics2 #388 +/- ##
=============================================
Coverage 83.15% 83.15%
=============================================
Files 108 108
Lines 4210 4210
=============================================
Hits 3501 3501
Misses 709 709 Continue to review full report at Codecov.
|
Signed-off-by: Jenn Nguyen <jenn@openrobotics.org>
Signed-off-by: youhy <haoyuan2019@outlook.com>
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.
Can you update this to 2.14.0
?
Line 11 in d2f284f
find_package(ignition-cmake2 2.12.0 REQUIRED) |
And for these PRs as well:
Signed-off-by: youhy <haoyuan2019@outlook.com>
Signed-off-by: youhy haoyuan2019@outlook.com
New feature
Part of gz-sim#1575
Summary
Add
coverage.ignore.in
to ignore vendor code in code coverage report. See gz-cmake#279 for detail.Remove vendor source files from Codecov and
build/
,install/
,/opt/ros/
folders from the local code coverage report.Test it
Checklist
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.