Support test coverage - #366
Conversation
|
We may need to combine pytest-cov and gcov. I will go back on this later. |
|
I get the following summary for the C++ code coverage: My understanding is that gcovr generates a coverage file containing more detailed information, which we can investigate after uploading or printing. However, the upload step is currently guarded for forked repositories for security (followed the example here): It seems that there is no way to verify the uploaded coverage details until we actually trigger the upload step. Alternatively, we could remove this upload step and just print the contents of the output file directly in the CI log with something like I would assume that uploading the coverage report is the more standard and visible approach, but I’m also fine with printing it in the CI log if there are different opinions. |
No description provided.