Skip to content

Commit 48833f6

Browse files
authored
Disable coverage again (#11974)
* Disable coverage again * Update test_entry_point.sh
1 parent 96d7e53 commit 48833f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/circleci/test_entry_point.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ if [ $((2 % CIRCLE_NODE_TOTAL)) -eq "$CIRCLE_NODE_INDEX" ]; then
2828
COMMANDS_TO_RUN+=('./scripts/circleci/upload_build.sh')
2929
fi
3030

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

3535
RETURN_CODES=()
3636
FAILURE=0

0 commit comments

Comments
 (0)