Open
Description
Originally reported by controversial (Bitbucket: controversial, GitHub: controversial)
I'm using the command-line API to measure coverage as part of my testing script. I'd like, however, to be able to get the coverage over all files as a single number from my Coverage
object.
I spent a while poking through some objects and the source. I found the coverage.results.Numbers
class, but after measuring my coverage with the Python API, I can't find a way to get an instance of this class.