Skip to content

Commit cda1568

Browse files
committed
Fix COLUMNS on coverage displaying
1 parent a7485e1 commit cda1568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/display_coverage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
COLUMNS=89
3+
COLUMNS=101
44
INPUT="coverage.out"
55

66
# echo "$INPUT"

0 commit comments

Comments
 (0)