I noticed there was a bit of activity here in the recent months. I've not been following this repository, for which I apologise.
This project was developed around 3 years ago as a proof of concept. I actually used this in production at a previous job. Since then, not only did Python evolve but also my understanding of how a tool like this can be used.
If you've dived into the code itself, you might've seen that it actually decorates all functions in your code. This has some limitations, which may explain why some of you reported issues. There is another, better way, to implement this functionality.
I think pytest-func-cov needs a reimplementation using trace. My time is very limited however, and while I might be able to spare some hours around Christmas I can't promise anything. So if you want to help, please leave a comment here and maybe we can coordinate!
Hi everyone,
I noticed there was a bit of activity here in the recent months. I've not been following this repository, for which I apologise.
This project was developed around 3 years ago as a proof of concept. I actually used this in production at a previous job. Since then, not only did Python evolve but also my understanding of how a tool like this can be used.
If you've dived into the code itself, you might've seen that it actually decorates all functions in your code. This has some limitations, which may explain why some of you reported issues. There is another, better way, to implement this functionality.
I think
pytest-func-cov
needs a reimplementation using trace. My time is very limited however, and while I might be able to spare some hours around Christmas I can't promise anything. So if you want to help, please leave a comment here and maybe we can coordinate!