Update entrypoint.sh
This commit is contained in:
parent
a62226a739
commit
642ddfc029
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user