-
-
Notifications
You must be signed in to change notification settings - Fork 435
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make branch coverage accessible via the API
- Loading branch information
1 parent
3ed5915
commit 735f995
Showing
7 changed files
with
633 additions
and
367 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,4 +55,5 @@ only. :ref:`dbschema` explains more. | |
api_module | ||
api_plugin | ||
api_coveragedata | ||
api_analysis | ||
dbschema |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.. Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 | ||
.. For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt | ||
.. _api_analysis: | ||
|
||
The Analysis class | ||
------------------ | ||
|
||
.. autoclass:: coverage.results.Analysis | ||
:members: branch_stats |
Oops, something went wrong.