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
Multiple scripts in here call out to command coverage, e.g.:
bin/py2lcov
tests/py2lcov/py2lcov.sh
However Python command coverageis 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.