pytest-cov
                                
                                 pytest-cov copied to clipboard
                                
                                    pytest-cov copied to clipboard
                            
                            
                            
                        multiprocess support
Summary
Would you accept a patch to support the multiprocess library? https://pypi.org/project/multiprocess/
Currently the hooks in embed.py only install hooks for the built in multiprocessing library. I have written a small patch which adds the hooks for the multiprocess library as well so we can get code coverage for our pytests which use the multiprocess library. The patch is relatively small and simple.
Sure, open up a PR, I'm really curious now :-)
Alright, I will open up a PR tomorrow and let you see what code changes are needed.
Currently, I haven't updated any of the documentation or tests -- those will be the majority of the work needed to be done, but at least I can share the code first.
Better late than never. I created the pull request for you to take a look at. It is really quite simple