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

use clang for coverage #119

Closed
wants to merge 1 commit into from

Commits on Dec 24, 2023

  1. use clang for coverage

    Use Clang when generating coverage data. It is faster than GCC and
    reports higher branch coverage.
    
    Coverage reports are now generated with `lcov` rules and CI is updated
    to use `//tools:lcov_list`.
    
    Change-Id: I84311f28070a13520684349e8e4ebfb538a7d002
    oliverlee committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    3477bff View commit details
    Browse the repository at this point in the history