plasma-umass / slipcover

Near Zero-Overhead Python Code Coverage
Apache License 2.0
494 stars 19 forks source link

please support gunicorn start django code coverage measure #18

Closed jokerbo1 closed 4 months ago

jokerbo1 commented 2 years ago

please support gunicorn start django code coverage measure,thank you

emeryberger commented 2 years ago

Please provide a sample program and instructions on running it so we can see what the issue is.

jokerbo1 commented 2 years ago

hello, running command

/home/blibee/miniconda3/envs/robotsocketenv/bin/gunicorn -b 0.0.0.0:8011 gaia.asgi:application -w 4 -k uvicorn.workers.UvicornWorker --max-requests 1500 --max-requests-jitter 2000

i see slipcover application support command format is

python3 -m slipcover -m pytest this command not support my current application startup .i expected mulproc runing is collect service code coverage .

This is my running scene, thank you~

emeryberger commented 2 years ago

What we need are installation instructions / code. In particular, here, we'd need code for the gaia application.

jaltmayerpizzorno commented 4 months ago

Closing for lack of information