Update entrypoint.sh

This commit is contained in:
Austin Lee 2021-06-13 17:44:05 +08:00 committed by GitHub
parent a62226a739
commit 642ddfc029
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
fi