Package: python3-coverage
Version: 5.1+dfsg.1-2+b2
Severity: normal

Hello,

I tried to generate a HTML coverage report in a CI script that does
    apt-get install --no-install-recommends -y python3-coverage  [...]

However, it failed with

    # /usr/bin/python3 -m coverage html --omit="test-*.py,common_test.py" 
    Couldn't find static file 'jquery.min.js' from 
'/builds/cboltz/apparmor/utils/test', tried: 
['/usr/share/javascript/jquery.min.js', 
'/usr/share/javascript/jquery/jquery.min.js', 
'/usr/lib/python3/dist-packages/coverage/htmlfiles/jquery.min.js', 
'/usr/lib/python3/dist-packages/coverage/htmlfiles/jquery/jquery.min.js']

After some searching, I found out that I need to install some 
additional packages:
    libjs-jquery libjs-jquery-throttle-debounce libjs-jquery-isonscreen 
libjs-jquery-tablesorter

They are already listed under "Recommends:", but since the coverage
module is not very useful if it can't generate html reports, please list
them under "Depends:" instead of "Recommends:".


Regards,

Christian Boltz
-- 
As long as there are Steam games where updates are at least as big as
the openSUSE first-time installation, I feel no regrets :-)
[Jan Engelhardt in opensuse-factory]

Reply via email to