Comment 1 for bug 1655920

Revision history for this message
Markus Zoeller (markus_z) (mzoeller) wrote :

It has to be something with the paths in the tox configuration ("tox.ini") or coverage configuration (".coverage.rc"). I can do this to create results:

    $ git clone https://github.com/openstack/nova-dpm
    $ cd nova-dpm
    $ tox -e cover
    $ source .tox/cover/bin/activate
    $ (cover) coverage run --source=nova_dpm -m unittest discover -s nova_dpm/tests/
    $ (cover) coverage report