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%
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