RAM overflow problem during the generation of twister Code Coverage rapport #71672
Unanswered
marwaiehm-st
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the twister code coverage to generate the code rapport " west twister --coverage" , the problem is that it works only with samples/hello_world test . On the other tests i didn't have an error but it always mentioned as skipped " 0 of 1 test configurations passed (0.00%), 0 failed, 0 errored, 1 skipped with 0 warning" so it will generate the index.htlml but with 0% coverage.
The test passed without adding coverage:
When i launch the test with adding the coverage support, the test will be skipped
Result
RAM overflow is the reason that was mentioned on the twister.json file
I'm wondering what's the minumum ram size we need to be able to generate code coverage rapport specially for the kernel tests ?
Beta Was this translation helpful? Give feedback.
All reactions