pytest-cov icon indicating copy to clipboard operation
pytest-cov copied to clipboard

per source cov-fail-under

Open graingert opened this issue 6 years ago • 3 comments

so I can run pytest --cov=/src/redacted/ --cov-fail-under=90 --cov-fail-under=100:/src/redacted/testing/ --cov-fail-under=80:/src/redacted/redacted/

graingert avatar Aug 15 '19 17:08 graingert

I take there's an equivalent issue in coveragepy's issue tracker?

ionelmc avatar Aug 15 '19 19:08 ionelmc

Oh does the argument just get passed to coveragepy? I thought pytest-cov inspected the arcs

graingert avatar Aug 15 '19 19:08 graingert

Nope, pytest-cov is to coveragepy like Vauxhal is to Opel 😂

ionelmc avatar Aug 15 '19 21:08 ionelmc