Skip to content

Commit

Permalink
Disable coverage again (facebook#11974)
Browse files Browse the repository at this point in the history
* Disable coverage again

* Update test_entry_point.sh
  • Loading branch information
gaearon authored and yenshih committed Jan 6, 2018
1 parent ad69802 commit 4fd860d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/circleci/test_entry_point.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ if [ $((2 % CIRCLE_NODE_TOTAL)) -eq "$CIRCLE_NODE_INDEX" ]; then
COMMANDS_TO_RUN+=('./scripts/circleci/upload_build.sh')
fi

if [ $((3 % CIRCLE_NODE_TOTAL)) -eq "$CIRCLE_NODE_INDEX" ]; then
COMMANDS_TO_RUN+=('./scripts/circleci/test_coverage.sh')
fi
# if [ $((3 % CIRCLE_NODE_TOTAL)) -eq "$CIRCLE_NODE_INDEX" ]; then
# COMMANDS_TO_RUN+=('./scripts/circleci/test_coverage.sh')
# fi

RETURN_CODES=()
FAILURE=0
Expand Down

0 comments on commit 4fd860d

Please sign in to comment.