Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmetzman committed Sep 24, 2024
1 parent 06d80e3 commit 7675490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions experiment/measurer/coverage_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +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."""
Expand Down
2 changes: 1 addition & 1 deletion service/gcbrun_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ def main():
return 0
return 1

# DUMMY

# DUMMY

if __name__ == '__main__':
sys.exit(main())

0 comments on commit 7675490

Please sign in to comment.