Skip to content
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

CI: add code coverage support #469

Closed
matttbe opened this issue Jan 4, 2024 · 2 comments
Closed

CI: add code coverage support #469

matttbe opened this issue Jan 4, 2024 · 2 comments
Assignees

Comments

@matttbe
Copy link
Member

matttbe commented Jan 4, 2024

It can be helpful to regularly monitor which part of the code is covered or not by our test suite.

Adding gcov supports should not be difficult to do: https://www.kernel.org/doc/html/latest/dev-tools/gcov.html

Then we can probably use an existing Github Action to publish results:

@matttbe
Copy link
Member Author

matttbe commented Jul 2, 2024

Note: maybe we can add GCov support only for files from net/mptcp. A bit similar to what is suggested there for RDS: bc75dcc

@matttbe
Copy link
Member Author

matttbe commented Sep 26, 2024

GCov support has been added:

@matttbe matttbe closed this as completed Sep 26, 2024
@matttbe matttbe self-assigned this Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

No branches or pull requests

1 participant