You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally reported byLuca Sbardella (Bitbucket: lsbardel, GitHub: lsbardel)
I need to test coverage on an library which uses both greenlets and multiprocessing.
However the concurrency flag allows one only.
How about to allow for concurrency=multiprocessing,greenlet for example?
Until now I have used the coverage API to test for coverage in pulsar but I would like to move away form that and use coverage command line and configuration files only.
Originally reported by Luca Sbardella (Bitbucket: lsbardel, GitHub: lsbardel)
I need to test coverage on an library which uses both
greenlets
andmultiprocessing
.However the
concurrency
flag allows one only.How about to allow for
concurrency=multiprocessing,greenlet
for example?Until now I have used the coverage API to test for coverage in pulsar but I would like to move away form that and use coverage command line and configuration files only.
The text was updated successfully, but these errors were encountered: