Skip to content

Keep computing coverage after one test fails. #3

@rtoal

Description

@rtoal

Currently, coverage is computed by building a single "file" to cover, made up of the program followed by the tests. As soon as one test fails, the entire coverage computation stops, leaving the appearance that a ton of code is not covered when it might be.

We should trap exceptions from each test and run the next test after failure during coverage computations.

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