From 3b9d8baa8b8561a478c505c9c9f59cdf9a6d7ca5 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 18 Jul 2017 13:36:28 -0400 Subject: [PATCH] Remove coverage reporting --- .gitignore | 2 -- .travis.yml | 1 - package.json | 10 +--------- readme.md | 6 +----- 4 files changed, 2 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index 76c42c4..e9e5f09 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,5 @@ .DS_Store *.log -.nyc_output/ -coverage/ node_modules/ spache.js spache.min.js diff --git a/.travis.yml b/.travis.yml index 7fda511..c9801d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/package.json b/package.json index 60f3af3..252fc63 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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, @@ -52,12 +50,6 @@ "spache.js" ] }, - "nyc": { - "check-coverage": true, - "lines": 100, - "functions": 100, - "branches": 100 - }, "remarkConfig": { "plugins": [ "preset-wooorm" diff --git a/readme.md b/readme.md index 440ad9e..12fd22c 100644 --- a/readme.md +++ b/readme.md @@ -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]. @@ -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