Skip to content

Commit a629525

Browse files
committed
Pass arguments to coverage tool in check script
1 parent 892d5b4 commit a629525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ echo "[CHECK] Running linter..."
99
bin/ameba --fix
1010

1111
echo "[CHECK] Running tests..."
12-
tools/coverage
12+
tools/coverage "$@"

0 commit comments

Comments
 (0)