Skip to content

Commit

Permalink
add comment for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
jethror1 committed Jul 6, 2021
1 parent 228985f commit bebb5df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/coverage_report_single.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ def style_sub_threshold(self):
# add index as column to have numbered rows in report
sub_threshold_stats.insert(0, ' ', sub_threshold_stats.index)

# list of threshold columns + mean
round_cols = ['Mean'] + self.threshold_cols

# limit to 2dp using math.floor, use of round() with
Expand Down

0 comments on commit bebb5df

Please sign in to comment.