-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update focal to use gcc9 #50
Conversation
Signed-off-by: Michael Carroll <[email protected]>
I believe the test run in gazebosim/gz-fuel-tools#230 didn't have coverage enabled, it would be nice to test that LCOV is working as expected with this change |
this is needed for jammy https://github.com/ignitionrobotics/sdformat/runs/5858181025?check_suite_focus=true |
Has anyone triggered a test run using this branch which has coverage enabled? I just wanna make sure we don't break the coverage jobs |
trying it now with gazebosim/gz-math@1f6703c |
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.
The test run was successful!
Coverage seems to be broken in some (if not all) our libraries. In sdformat PR #939, for example, the number of tracked files is now just 2: I suspect removing the |
it looks like the GitHub action didn't passed the status check but didn't generate a proper coverage report |
That actually looks okay to me (https://codecov.io/gh/ignitionrobotics/ign-math/tree/1f6703cd08f2c4685ae1c0b3ecddb5df1a300841). The project totals show 70 files, which is 2 more than a random PR I picked from 2 moths ago. |
Okay, this might actually be caused by the Checkout action due to actions/checkout#764. I think what's happening is that codecov tries to determine the project root using Failed report generation (https://github.com/ignitionrobotics/sdformat/runs/6244787092?check_suite_focus=true)
Successful report generation (https://github.com/ignitionrobotics/sdformat/runs/5565309483?check_suite_focus=true)
My suggestion would be to |
Signed-off-by: Michael Carroll [email protected]