-
Notifications
You must be signed in to change notification settings - Fork 42
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 #394
Conversation
Signed-off-by: youhy <[email protected]>
Codecov Report
@@ Coverage Diff @@
## ign-common3 #394 +/- ##
===============================================
+ Coverage 76.63% 78.52% +1.89%
===============================================
Files 73 72 -1
Lines 10425 9244 -1181
===============================================
- Hits 7989 7259 -730
+ Misses 2436 1985 -451
Continue to review full report at Codecov.
|
Signed-off-by: youhy <[email protected]>
Signed-off-by: youhy <[email protected]>
Signed-off-by: youhy <[email protected]>
Signed-off-by: youhy <[email protected]>
Signed-off-by: youhy <[email protected]>
Signed-off-by: youhy [email protected]
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.Ignore
profiler/src/Remotery
andgraphics/src/tiny_obj_loader.h
Increase the coverage from ~74% -> ~79%
Before
After
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.