Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KhaNH committed Mar 9, 2021
1 parent 745b524 commit 1b242be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apple/testing/default_runner/ios_test_runner.template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ if [ ! -z ${ENABLE_CODE_COVERAGE+x} ] && [[ "${ENABLE_CODE_COVERAGE}" == "true"
"${TEST_BUNDLE_TMP_DIR}/${TEST_BUNDLE_NAME}.xctest/${TEST_BUNDLE_NAME}" \
-output-dir="$OUTPUT_DIR/$i/coverage" \
-ignore-filename-regex="$IGNORE_FILTER_REGEX" \
-name-regex=".*/$i/.*Interactor.*.swift"
-name-regex=".*/$i/.*Interactor.*\.swift"
done
fi
fi
Expand Down

0 comments on commit 1b242be

Please sign in to comment.