multipath-tcp / mptcp_net-next

Development version of the Upstream MultiPath TCP Linux kernel 🐧
https://mptcp.dev
Other
258 stars 36 forks source link

CI: add code coverage support #469

Open matttbe opened 6 months ago

matttbe commented 6 months ago

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 commented 5 days ago

Note: maybe we can add GCov support only for files from net/mptcp. A bit similar to what is suggested there for RDS: https://lore.kernel.org/r/20240626012834.5678-1-allison.henderson@oracle.com