Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kernel/include/kswap.h: Improve code coverage to 100% #14736

Closed
cinlyooi-intel opened this issue Mar 20, 2019 · 1 comment
Closed

kernel/include/kswap.h: Improve code coverage to 100% #14736

cinlyooi-intel opened this issue Mar 20, 2019 · 1 comment
Labels
area: Kernel Enhancement Changes/Updates/Additions to existing features

Comments

@cinlyooi-intel
Copy link
Contributor

Improve code coverage for this file. At present, the code coverage command below reports the following:

Commit ID: 3dea408
Line coverage ( % hit/total): 100 8/8
function coverage ( % hit/total):100 2/2
branch coverage ( % hit/total): - 0/0

./scripts/sanitycheck --coverage --coverage-platform mps2_an385 -p mps2_an385 --coverage-platform qemu_x86 -p qemu_x86 --coverage-platform qemu_x86_nommu -p qemu_x86_nommu --gcov-tool /opt/zephyr-sdk-0.10.0/sysroots/x86_64-pokysdk-linux/usr/bin/i586-zephyr-elf/i586-zephyr-elf-gcov -T tests/kernel -T tests/subsys/logging
@cinlyooi-intel cinlyooi-intel added the Enhancement Changes/Updates/Additions to existing features label Mar 20, 2019
@cinlyooi-intel
Copy link
Contributor Author

It has at least one function that are not covered, despite the 100% claim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Kernel Enhancement Changes/Updates/Additions to existing features
Projects
None yet
Development

No branches or pull requests

3 participants