Skip to content

Commit

Permalink
Calculate branch coverage correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmetzman committed Sep 24, 2024
1 parent aec0123 commit 8e6a3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiment/measurer/coverage_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def generate_json_summary(coverage_binary,
expect_zero=False)
return result


# Test
def extract_covered_branches_from_summary_json(summary_json_file):
"""Returns the covered branches given a coverage summary json file."""
covered_branches = []
Expand Down

0 comments on commit 8e6a3ee

Please sign in to comment.