Skip to content

Commit

Permalink
refactor: move codecov reporting entirely to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
luftywiranda13 authored and Kent C. Dodds committed May 30, 2017
1 parent e607e06 commit 092b719
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,8 @@ node_js:
script:
- yarn start validate
after_success:
- yarn start report-coverage
- yarn global add codecov
- codecov
- yarn start release
branches:
only:
Expand Down
4 changes: 0 additions & 4 deletions package-scripts.js
Expand Up @@ -34,10 +34,6 @@ module.exports = {
description: 'lint the code with eslint',
script: 'eslint .',
},
reportCoverage: {
description: 'Report coverage stats to codecov. This should be run after the `cover` script and only on travis',
script: 'codecov',
},
release: {
description: 'We automate releases with semantic-release. This should only be run on travis',
script: series(
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -42,7 +42,6 @@
"babel-preset-env": "^1.1.8",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.23.0",
"codecov": "^1.0.1",
"commitizen": "^2.9.6",
"cross-env": "^3.1.4",
"cz-conventional-changelog": "^1.2.0",
Expand Down

0 comments on commit 092b719

Please sign in to comment.