pytest-dev / pytest-forked

extracted --boxed from pytest-xdist to ensure backward compat
MIT License
62 stars 21 forks source link

settings for coverage #9

Closed asmodehn closed 1 year ago

asmodehn commented 6 years ago

There is a specific setting for concurrency to configure when finding test coverage

https://coverage.readthedocs.io/en/coverage-5.2.1/config.html#run

Anyone has a hint on how to configure this when running with --forked ?

webknjaz commented 4 years ago

@asmodehn have you tried just putting parallel = true into .coveragerc? That should work.