Skip to content

Commit

Permalink
Fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnetCarpenter committed Dec 16, 2017
1 parent 080e936 commit 3d9a70b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 87 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ node_js:
install:
- npm install
- npm update
script:
- npm test
after_success:
- bash <(curl -s https://codecov.io/bash)
83 changes: 0 additions & 83 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"scripts": {
"fix": "eslint --fix ./lib/ ./example/ ./test",
"pretest": "eslint ./lib/ ./example/ ./test",
"test": "tap --coverage test/*.js",
"posttest": "tap --coverage-report=text-lcov | codecov"
"test": "tap --jobs-auto --coverage test/*.js",
"posttest": "tap --coverage-report=clover"
},
"bin": "./lib/ecstatic.js",
"keywords": [
Expand All @@ -31,8 +31,7 @@
"url-join": "^2.0.2"
},
"devDependencies": {
"codecov": "^2.2.0",
"eol": "^0.9.0",
"eol": "^0.9.1",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.3.0",
Expand Down

0 comments on commit 3d9a70b

Please sign in to comment.