Danek Duvall wrote:

> I don't have a webrev available yet

But I do now:

    http://cr.opensolaris.org/~dduvall/pkg-coverage/

I don't have it running the report yet; that needs to be done manually.
There's a bug in the coverage code that prevents it from being able to omit
modules from the current directory, but with that fixed, then

    VP=$(hg root)/proto/root_i386/usr/lib/python2.4/vendor-packages
    coverage html --omit 
$VP/cherrypy,$VP/ply,$VP/mako,__themes,en_,config_shtml,index_shtml -d htmlcov

will do the trick.  I don't know what to do about the way the mako
templates are handled, so I'm just dropping them from the report.

If anyone has suggestions on how to expose the various reporting options
(or whether they even need exposure), please pipe up.  This includes the
output directory, the type of report, and possibly extra modules to omit.

Thanks,
Danek
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to