grantjenks / blue

The slightly less uncompromising Python code formatter.
https://blue.readthedocs.io/
Other
387 stars 21 forks source link

Coverage requirement fails #103

Open haxwithaxe opened 11 months ago

haxwithaxe commented 11 months ago

Is the coverage requirement for pytest intended to be set at double the actual coverage? It makes test results confusing if that threshold is just aspirational.

From tox -e py310 output

FAIL Required test coverage of 85.0% not reached. Total coverage: 42.86%