Skip to content

Commit

Permalink
uncomment nyc
Browse files Browse the repository at this point in the history
  • Loading branch information
Molly Lloyd committed Jul 20, 2017
1 parent 4bf494a commit 07ec287
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ npm run test-flow
xvfb-run --server-args="-screen 0 1024x768x24" npm run test-cov

# send coverage report to coveralls
# nyc report --reporter=lcov
nyc report --reporter=lcov

# this code works around a Coveralls / CircleCI bug triggered by tagged builds
if [ -z "$CIRCLE_TAG" ]; then
(node ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info) || true
Expand Down

0 comments on commit 07ec287

Please sign in to comment.