We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94d6c76 commit ab20e45Copy full SHA for ab20e45
run-tests.sh
@@ -5,4 +5,4 @@ set -e
5
apk add --update --no-cache mysql-client
6
7
./tests.sh
8
-kcov --include-pattern=backup.sh,tests.sh --exclude-pattern=coverage ./coverage ./tests.sh
+kcov --include-pattern=backup.sh,tests.sh --exclude-pattern=coverage $(pwd)/coverage ./tests.sh
0 commit comments