Skip to content

Commit ab20e45

Browse files
committed
Use a full path for the output path
1 parent 94d6c76 commit ab20e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ set -e
55
apk add --update --no-cache mysql-client
66

77
./tests.sh
8-
kcov --include-pattern=backup.sh,tests.sh --exclude-pattern=coverage ./coverage ./tests.sh
8+
kcov --include-pattern=backup.sh,tests.sh --exclude-pattern=coverage $(pwd)/coverage ./tests.sh

0 commit comments

Comments
 (0)