You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively (or in addition), we could also use this action or this one on pull requests to monitor the test coverage of all files changed.
A simple script could calculate the coverage of functions in the modified files:
Compute the coverage only for the changed files (SF: <full/source/file/path>) based on the trace file, e.g. function coverage using FNDA: <execution count>,<function>. (s. FILES section in lcov documentation)
Alternatively, it might be much simpler just to extract this information from the HTML coverage report using Beautiful Soup.
Test code coverage data could be uploaded via actions/upload-artifact@v4.
Possible advantages:
The text was updated successfully, but these errors were encountered: