Measuring coverage of Python activities

sudo apt install python3-coverage
python3-coverage run /usr/bin/sugar-activity3
python3-coverage html
python3 -m http.server &

Tested on Ubuntu 18.04 and 19.04.

See the Python Coverage documentation.

Measuring coverage during collaboration

When an activity is started to join a collaboration, there is little opportunity to intercept and add the command-line wrapper.

/usr/bin/sugar-activity3 may be edited to add coverage API calls. See Coverage.py API.