Coveragepy: function level coverage

Created on 28 Feb 2019  路  1Comment  路  Source: nedbat/coveragepy

I need to get info about what functions are tested. Currently there is only line coverage data.
if this tool can be enhanced to report that data, it will be great

enhancement

Most helpful comment

I would also very like to see such feature added. Currently we have to use some home-brewed script that parses normal coverage report and tries to extract info about function, this has some issues so "native" support from pycoverage would be great.

>All comments

I would also very like to see such feature added. Currently we have to use some home-brewed script that parses normal coverage report and tries to extract info about function, this has some issues so "native" support from pycoverage would be great.

Was this page helpful?
0 / 5 - 0 ratings