Skip to content

Commit

Permalink
Remove coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 18, 2017
1 parent 81997bf commit 3b9d8ba
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 17 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/
node_modules/
spache.js
spache.min.js
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: node_js
node_js:
- '4.0'
- '8.0'
after_script: bash <(curl -s https://codecov.io/bash)
sudo: false
deploy:
- provider: npm
Expand Down
10 changes: 1 addition & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"esmangle": "^1.0.1",
"hast-util-select": "^1.0.1",
"hast-util-to-string": "^1.0.0",
"nyc": "^11.0.0",
"rehype-parse": "^4.0.0",
"remark-cli": "^3.0.0",
"remark-preset-wooorm": "^3.0.0",
Expand All @@ -42,8 +41,7 @@
"build": "npm run build-generate && 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 All @@ -52,12 +50,6 @@
"spache.js"
]
},
"nyc": {
"check-coverage": true,
"lines": 100,
"functions": 100,
"branches": 100
},
"remarkConfig": {
"plugins": [
"preset-wooorm"
Expand Down
6 changes: 1 addition & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# spache [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
# spache [![Build Status][travis-badge]][travis]

List of easy American-English words: [Revised Spache (1974)][wiki].

Expand Down Expand Up @@ -71,10 +71,6 @@ Yields:

[travis]: https://travis-ci.org/wooorm/spache

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

[codecov]: https://codecov.io/github/wooorm/spache

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

[license]: LICENSE
Expand Down

0 comments on commit 3b9d8ba

Please sign in to comment.