Skip to content

Add support to python coverage reporting #13

@timonwong

Description

@timonwong

Python coverage is a bit different here:
Python package file __init__.py can be empty, so upon submit, opencov cannot process the following coverage data correctly:

{
            "source": "",
            "name": "pkg/xxx/__init__.py",
            "coverage": [
                null
            ]
}

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