Remove codecov node package and use bash uploader (#5938)

* Remove codecov node package and use bash uploader

* test
This commit is contained in:
Brian Ng 2017-07-11 20:32:48 -05:00 committed by Justin Ridgewell
parent 72183ff2e9
commit 81e87b0838
4 changed files with 4611 additions and 4 deletions

1
.gitignore vendored
View File

@ -11,6 +11,7 @@ test/tmp
/runtime.js
/coverage
dist
package-lock.json
/.package.json
/packages/babel-runtime/core-js
/packages/babel-runtime/helpers/*.js

View File

@ -4,7 +4,7 @@ export NODE_ENV = test
# Fix color output until TravisCI fixes travis-ci/travis-ci/issues/7967
export FORCE_COLOR = true
.PHONY: build build-dist watch lint fix clean test-clean test-only test test-ci publish bootstrap
build: clean
@ -55,10 +55,11 @@ test-ci:
make bootstrap
make test-only
test-ci-coverage: SHELL:=/bin/bash
test-ci-coverage:
BABEL_ENV=cov make bootstrap
./scripts/test-cov.sh
./node_modules/.bin/codecov -f coverage/coverage-final.json
bash <(curl -s https://codecov.io/bash) -f coverage/coverage-final.json
publish:
git pull --rebase

View File

@ -23,8 +23,7 @@
"browserify": "^13.1.1",
"bundle-collapser": "^1.2.1",
"chai": "^3.5.0",
"chalk": "1.1.1",
"codecov": "^1.0.1",
"chalk": "^1.1.1",
"derequire": "^2.0.2",
"eslint": "^3.9.0",
"eslint-config-babel": "^6.0.0",

4606
yarn.lock Normal file

File diff suppressed because it is too large Load Diff