From 642ddfc0296a12ded023c16150552ecbdc5983d3 Mon Sep 17 00:00:00 2001 From: Austin Lee Date: Sun, 13 Jun 2021 17:44:05 +0800 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 84fb232..349fdb5 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -21,7 +21,7 @@ for file in $(echo $files | tr -d '[[:space:]]' | tr "," "\n"); do vfiles="$vfiles -f $PWD/$file" echo "-- Sending $file to Coveralls.io --" - eval 'cat $PWD/$file | ./node_modules/coveralls/bin/coveralls.js' + eval 'cat $PWD/$file | coveralls' fi done @@ -59,4 +59,4 @@ if [[ $exitcode -eq 0 ]]; then echo "-- Coverage successfully pushed to Coveralls!" else echo "-- Coverage failed to push to Coveralls!" -fi \ No newline at end of file +fi