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
OK, this was simple, the AEC features were not turned on in the developer.yml workflow, which is where the code coverage report is generated. I've turned it on and now I see code coverage. Once #468 merges it will be fixed.
@EricEngle-NOAA to see code coverage, look in the developer/asan workflow, and you will find a zip file you can download. Download it, put it in an empty directory, and unzip. Then use a browser to open test-coverage.html.
When you unzip and open the top-level file, you will see:
If you select a code file, you will see untested lines in red, tested in green:
Note that code coverage only tells half the story: the code may be run, but if you don't also check the results for correctness, all you've tested is that the code does not crash. In other words, you need to check all the output, as well as make sure all the code is covered.
Maybe because of the way that it is being handled in CMake.
@EricEngle-NOAA this is why we can't see your code coverage...
The text was updated successfully, but these errors were encountered: