Closed matttbe closed 2 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:
Note: maybe we can add GCov support only for files from net/mptcp. A bit similar to what is suggested there for RDS: bc75dcc3cea7
net/mptcp
GCov support has been added:
export
export-net
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: