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

gcov: Add gcov gcc implementation and toolchain to ci compilation #14970

Merged
merged 1 commit into from
Nov 28, 2024

Commits on Nov 28, 2024

  1. gcov: Add gcov gcc implementation and toolchain to ci compilation

    When running qemu/nsh_smp or sim/nsh configuration, run gcov -d /tmp/xxx
    to save all gcov generated data and export them to the host. Use
    ./tools/gcov.sh to parse and generate reports. For details, see:
    Documentation/applications/system/gcov/index.rst
    
    Signed-off-by: wangmingrong1 <[email protected]>
    W-M-R committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    aa310e0 View commit details
    Browse the repository at this point in the history