Hi!
Multiple scripts in here call out to command coverage, e.g.:
bin/py2lcov
tests/py2lcov/py2lcov.sh
However Python command coverage is named python3-coverage in Debian official packaging land (including Ubuntu) and so the code base probably needs to do some auto-detection or allow specifying a custom command through an environment variable or command line argument. Thanks for your consideration.
Best, Sebastian