Thanks to visit codestin.com
Credit goes to github.com

Skip to content

gcov cannot write coverage data from child processes #18

@kr

Description

@kr

At the end of a successful test, the test process itself ends normally, but ct kills any remaining child of the test process with SIGKILL. This is a problem if that child is executing code under test, because it means gcov has no chance to write coverage data for that process.

In #12 there's some discussion of how gcov writes coverage data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions