pytest-cov
                                
                                 pytest-cov copied to clipboard
                                
                                    pytest-cov copied to clipboard
                            
                            
                            
                        WIP: Multiprocess support
Add support for multiprocess library as outlined in: https://github.com/pytest-dev/pytest-cov/issues/464
This is a work in progress since no documentation or tests have been updated.
Seems simple enough. I guess for the tests ... some parametrization on the multiprocessing tests (parametrize which implementation) would be the way to do it?
I think we can't do this anymore (mp support is gone, users have to rely on whatever coveragepy has for that).