Skip to content

Support parsing(ignoring) method info #118

Description

@CurryPseudo

Currently, pycobertura only accepet

<class><lines>...<lines><class>

But there are some cobertura outputs contain method infos like

<class><methods><method><lines>...<lines></method></methods></class>

The input like above will make pycobertura simply reporting error:

Invalid coverage file: ...

Could we just ignore the methods info?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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