Skip to content

Commit be165f8

Browse files
committed
tools: generate-reports.sh: Fix coverage -> coverage360
1 parent f775c57 commit be165f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/generate-reports.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
echo 'Generating status.json'
55
python aggregates.py
66
echo 'Generating coverage.json'
7-
python coverage.py
7+
python coverage360.py
88
echo 'Generating report.csv'
99
python report.py
1010
echo 'Finished'

0 commit comments

Comments
 (0)