I configured CI as python -m pytest -v --cov-report term --cov=./src
and codecov
after success.
I would like to get the final coverage order by (sorted by) Cover
column in descending order (from 100% at the top and 0% at the bottom). However, I can not find such options.
Is it possible? I've taken a look at codecov --help
, but also didn't help.
Is there any option to achieve the desired result?