mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-05 05:27:59 +08:00
6 lines
113 B
Bash
6 lines
113 B
Bash
set -e
|
|
npm run ci
|
|
if [ -z "$CI_PULL_REQUEST" ]; then
|
|
cat ./coverage/lcov.info | ./node_modules/.bin/codecov
|
|
fi
|