Feature Request : In gitlab we used to run `pytest...
# seed
s
Feature Request : In gitlab we used to run
pytest
with
pytest-cov
and can mention a regex for coverage percentage. And used to show that in the readme via a url badge and also against the MR. So for reviewing code it was the first thing we used to look. Now as we run out unittest in seed, is it possible we extract it and display somewhere in seed and may be in the gitlab MR also ? also now we use a monorepo. So the coverages are measures service wise. So its not one number now. So i do not know whats the best thing to do, but problem is --> we want to quick way to check "overall" code coverage while reviewing code.
f
Hey @Sourav Sarkar, ah yeah that makes sense.
If SEED printed out the coverage result for each service in the MR, does that work?