Skip to content

Mypy ignores fail diff-cover #512

@Lyranile

Description

@Lyranile

When doing mypy checks like the following

mypy .

It shows me problems based on the flags I give it

When using it with diff-cover it actually fails on any line that I explicitly wanted to ignore with mypy

That means if I do ignore-follow-imports, diff-cover will show problems on changes lines with any imported module

I assume that is because it's not covered, but I'm looking for coverage to take these flags as well

How would I go about doing this?

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