Skip to content

Commit 10f9ea8

Browse files
committed
chore: disable codecov for react 17
1 parent 2439c36 commit 10f9ea8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

scripts/test_react_17

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cp yarn.lock yarn.lock.backup
44
cp package.json package.json.backup
55

66
yarn add -D react@17.0.2 react-test-renderer@17.0.2 react-native@0.68.3 --ignore-scripts
7-
yarn test:ci
7+
yarn test:ci --collectCoverage=false
88

99
mv package.json.backup package.json
1010
mv yarn.lock.backup yarn.lock

0 commit comments

Comments
 (0)