mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Disable coverage on PRs on Circle (#8569)
This commit is contained in:
@@ -3,4 +3,6 @@
|
||||
set -e
|
||||
|
||||
./node_modules/.bin/grunt jest:coverage
|
||||
cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
|
||||
if [ -z $CI_PULL_REQUEST ]; then
|
||||
cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user