Skip to content

Also perform coverage analysis with LCOV on OSX #7

Description

@tovrstra

Currently we only use gcov on Linux, but clang has a similar interface to produce gcov-compatible coverage output.

This is the doc for clang: https://clang.llvm.org/docs/SourceBasedCodeCoverage.html

We should add compiler flags -fprofile-instr-generate -fcoverage-mapping for a DEBUG build with the clang compiler. clang can produce gcov-compatible outputs, which means we have to pass an alternative gcov binary to the gcovr program in Roberto.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions