Remove codecov node package and use bash uploader (#5938)
* Remove codecov node package and use bash uploader * test
This commit is contained in:
parent
72183ff2e9
commit
81e87b0838
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
5
Makefile
5
Makefile
@ -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
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user