diff options
Diffstat (limited to 'doc/api.rst')
-rw-r--r-- | doc/api.rst | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/api.rst b/doc/api.rst index 7c6dda35..268c6133 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -30,8 +30,8 @@ available in the command line interface. For example, a simple use would be:: cov.html_report() -The coverage module -------------------- +The Coverage class +------------------ .. module:: coverage @@ -40,6 +40,13 @@ The coverage module :exclude-members: use_cache +The CoverageData class +---------------------- + +.. autoclass:: CoverageData + :members: + + Starting coverage automatically ------------------------------- |