Skip to content

Commit

Permalink
Remove coveralls reporting
Browse files Browse the repository at this point in the history
… to fix CI failure 😦
  • Loading branch information
Lucas Wojciechowski committed Apr 28, 2016
1 parent e1a35c9 commit 7acd497
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ for DUMP in $(find ./ -maxdepth 1 -name 'core*' -print); do
rm -rf ${DUMP}
done

# send coverage report to coveralls
nyc report --reporter=lcov
node ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info

# return original error code
if [[ ${EXIT_CODE} != 0 ]]; then
exit $EXIT_CODE
Expand Down

0 comments on commit 7acd497

Please sign in to comment.