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

Open
matttbe opened this issue Jan 4, 2024 · 0 comments
Open

CI: add code coverage support #469

matttbe opened this issue Jan 4, 2024 · 0 comments

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Needs triage
Development

No branches or pull requests

1 participant