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

Switch to using stock gcovr 5.2 #726

Merged
merged 2 commits into from
Dec 23, 2022

Commits on Dec 21, 2022

  1. Switch to using stock gcovr 5.2

    The custom branch we were using previously has since been deleted. That
    branch appears to have some fix for searching for the source file (for a
    gcda file) recursively. I don't know if it's needed or not today, but
    using the stock gcovr 5.2 (from the official repo) appears to work.
    
    Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
    saiarcot895 committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    6a915ea View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Add --gcov-ignore-parse-errors flag

    This is to work around gcovr/gcovr#627. This error popped up during the
    CI run:
    
    ```
    gcovr.gcov_parser.UnknownLineType: function swss::Select::~Select()
    called 377 returned NAN % blocks executed 100%
    ```
    
    Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
    saiarcot895 committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    6444911 View commit details
    Browse the repository at this point in the history