Skip to content

Commit ded9162

Browse files
committed
chore(build): Try small hack for codecov reporting
1 parent 97ad12e commit ded9162

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ after_success:
2424
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
2525
- python travis_after_all.py
2626
- export $(cat .to_export_back) &> /dev/null
27-
- bash <(curl -s https://codecov.io/bash)
27+
- (cd coverage && bash <(curl -s https://codecov.io/bash))
2828
- npm run semantic-release
2929
branches:
3030
only:

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
"build-flow": "find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done",
6464
"cover": "nyc npm t",
6565
"lint": "eslint src test *.js",
66-
"prepublish": "npm run build",
6766
"test": "babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js",
6867
"watch": "babel-node ./resources/watch.js",
6968
"link": "npm link graphql && npm link graphql-compose && npm link",

0 commit comments

Comments
 (0)