I've finally managed to get `coverage report' to report on pyanaconda by
changing the initialization line to:
cov = coverage.coverage(data_file='/mnt/sysimage/root/anaconda.coverage',
branch=True,
source=['/usr/sbin/anaconda', 'pyanaconda']
)
Which misses other modules like pykickstart, yum and blivet from my previous try.
I'm not sure why without the source parameter coverage doesn't pick up
pyanaconda (it's in site-packages after all), I've been asking its maintainer
about this.
The question now is which modules do we want to have reported ? Only
/sbin/anaconda and pyanaconda or more ? Any thoughts are welcome.
--
Alex
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list