pytest-dev / pytest-cov

Coverage plugin for pytest.
MIT License
1.72k stars 211 forks source link

Is it possible to add cov-warn-under option? #646

Closed iostreamdoth closed 2 months ago

iostreamdoth commented 2 months ago

Is it possible to include a feature command line option like --cov-warn-under similar to --cov-fail-under. I could not find something that does that.

iostreamdoth commented 2 months ago

ahh... Never mind I will raise with coveragepy

nedbat commented 2 months ago

If you want a pytest-cov option, then it has to be done here.