multipath-tcp / mptcp_net-next

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

CI: add code coverage support #469

Closed matttbe closed 2 months ago

matttbe commented 10 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 4 months ago

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

matttbe commented 2 months ago

GCov support has been added: