Files
zephyr/kernel
Peng Su 1084f48259 kernel: ignore z_fatal_halt() from code coverage
The reason we decide to ignore it in code coverage:
1.No test case can cover the function for code coverage.
2.Even if we added a test for testing, it would be marked as
  "never be called by other code" because the function cause
  CPU halted and it can't return.

Signed-off-by: Peng Su <peng.su@intel.com>
2019-08-24 23:40:22 +02:00
..
2019-03-11 13:48:42 -04:00
2019-07-01 08:15:10 -07:00
2019-06-05 17:15:55 -04:00
2019-08-05 13:25:50 +02:00