I want to generate codecov in python locally. i know we can generate codecov on github using codecov action. but want to know how to do that in local system. can you have any reference
I think that is not possible. But if you just want to measure your code coverage, you can use for example Coverage.py.