We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89144ea commit e45edc6Copy full SHA for e45edc6
codebasin/report.py
@@ -98,8 +98,9 @@ def average_coverage(
98
platforms: set[str] | None = None,
99
) -> float:
100
"""
101
- Compute the average percentage of lines in `setmap` required by each
102
- platform in the supplied `platforms` set.
+ Computes the coverage for each platform in the supplied `platforms` set
+ (by calling :py:func:`coverage` for each platform), then returns the
103
+ average (mean) of these values.
104
105
Parameters
106
----------
0 commit comments