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

Generate coverage info file for unit test during package build #746

Merged
merged 1 commit into from
Feb 15, 2024

Commits on Feb 15, 2024

  1. Generate coverage info file for unit test during package build

    Prior to the patch .gcda files from unit tests execution are packaged
    into bluechi-coverage and later merged with integration test .gcda file
    to create unified code coverage report.
    As a part of this patch we generate code coverage info file for unit
    tests and package this info into bluechi-coverage, which simplifies
    generating unified code coverage report.
    
    Signed-off-by: Martin Perina <mperina@redhat.com>
    mwperina committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    23fc1f7 View commit details
    Browse the repository at this point in the history