commit | 8e053330fe608252a095bc8eec0d4c61674dcca9 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Tue Jun 11 12:58:16 2019 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Jun 18 09:08:01 2019 -0400 |
tree | dcf79a9ffccba2f0aa47fc2e737ebc5be3d4fb2f | |
parent | fe228a818455da8c4bde2a187436151a9f8d073f [diff] |
kernel: init: fix coverage gap We don't get any coverage past when we dump the coverage data, so exclude the end of the function and move setting the main thread as nonessential to immediately before the coverage dump. The comment was also amended. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>