Create a list from code coverage
@samuelpmish would like a easily readable list of what changed in the code coverage. Codecov does provide a webpage but it requires several clicks to really see what changed. A simple list would be more useful. This could also be added as a build artifact to the Check_Code coverage CI job.
to clarify, I'm more interested in finding out which lines of code still are still untested in each sourcefile, rather than what changes happened in a PR.
Due to the complexity of the output of gcov and sam finding a vscode plugin, this is a low priority. Also there are a lot of open-source tools. We should just look to see if one of them can meet our needs.
Because I can't seem to find where we talked about the specific plugin, @samuelpmishLLNL could you leave a link to it here?