Skip to content

Commit

Permalink
💄 Fixing SemaphoreCI and Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed May 12, 2016
1 parent 6d743c6 commit b34b443
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .codecov.yml
@@ -0,0 +1,2 @@
codecov:
token: "6e2de5ad-da0e-4347-9486-c44ab8ca20cb"
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -146,9 +146,9 @@
"analyze-coverage": "NODE_ENV=test node_modules/.bin/babel-node node_modules/.bin/isparta cover node_modules/.bin/_mocha",
"build": "gulp build",
"check-coverage": "node_modules/.bin/babel-node node_modules/.bin/istanbul check-coverage",
"codecov": "codecov --token=6e2de5ad-da0e-4347-9486-c44ab8ca20cb",
"codecov": "codecov",
"compile": "babel src --modules common --out-dir lib --source-maps",
"coverage": "rm -rf coverage/ && npm run build && npm run analyze-coverage && npm run check-coverage && npm run codecov",
"coverage": "rm -rf coverage/ && npm run lint && npm run build && npm run analyze-coverage && npm run check-coverage && npm run codecov",
"lint": "node_modules/.bin/eslint src",
"postinstall": "npm run build",
"start": "DEBUG=* node lib/",
Expand Down

0 comments on commit b34b443

Please sign in to comment.