Skip to content

Commit

Permalink
Remove coverage checking
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jan 4, 2017
1 parent 9543171 commit 840987a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 11 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.DS_Store
*.log
.nyc_output/
coverage/
data/
node_modules/
afinn-96.js
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ node_js:
- '4.0'
- '5.0'
- '7.0'
after_script: bash <(curl -s https://codecov.io/bash)
deploy:
- provider: npm
email: [email protected]
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"csv-streamify": "^3.0.4",
"esmangle": "^1.0.1",
"join-stream": "0.0.0",
"nyc": "^10.0.0",
"readable-stream": "^2.1.4",
"remark-cli": "^2.0.0",
"remark-preset-wooorm": "^1.0.0",
Expand All @@ -49,8 +48,7 @@
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
"lint": "xo",
"test-api": "node test",
"test-coverage": "nyc --reporter lcov tape test.js",
"test": "npm run build && npm run lint && npm run test-coverage"
"test": "npm run build && npm run lint && npm run test-api"
},
"xo": {
"space": true,
Expand Down
6 changes: 1 addition & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# afinn-96 [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
# afinn-96 [![Build Status][travis-badge]][travis]

Easy access to [AFINN-96][afinn96].

Expand Down Expand Up @@ -56,10 +56,6 @@ Note the AFINN entries are:

[travis]: https://travis-ci.org/wooorm/afinn-96

[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/afinn-96.svg

[codecov]: https://codecov.io/github/wooorm/afinn-96

[npm-install]: https://docs.npmjs.com/cli/install

[license]: LICENSE
Expand Down

0 comments on commit 840987a

Please sign in to comment.