Sourav Sarkar
11/12/2021, 1:13 PMpytest
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.Frank
Frank