Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sanitycheck: coverage: Tolerate missing source files
When calling genhtml to generate a coverage report directly from sanitycheck (-C option), call it with the "--ignore-errors source" option, so it does not exit when it meets a missing file, but instead it warns the user and continues. Fixes zephyrproject-rtos#13014 Signed-off-by: Alberto Escolar Piedras <[email protected]>
- Loading branch information