|
28 | 28 | "test:js":"mocha",
|
29 | 29 | "test":"npm-run-all --parallel test:js test:example textlint eslint:md eslint build",
|
30 | 30 | "textlint:strict":"summary-to-path | xargs textlint -c coverage.textlintrc",
|
| 31 | +"textlint:coverage":"npm run textlint:strict -- -f lcov | lcov-summary", |
31 | 32 | "travis:coverage":"summary-to-path | xargs textlint -c coverage.textlintrc -f codecov | codecov"
|
32 | 33 | },
|
33 | 34 | "keywords": [
|
|
38 | 39 | "devDependencies": {
|
39 | 40 | "babel-cli":"^6.3.13",
|
40 | 41 | "babel-preset-es2015":"^6.3.13",
|
| 42 | +"codecov-json-to-lcov":"^1.1.1", |
41 | 43 | "codecov.io":"^0.1.6",
|
42 | 44 | "connect":"^3.4.0",
|
43 | 45 | "eslint":"^1.3.0",
|
|
52 | 54 | "gitbook-plugin-richquotes":"0.0.7",
|
53 | 55 | "gitbook-summary-to-path":"^1.0.1",
|
54 | 56 | "jsdom":"^7.0.1",
|
| 57 | +"lcov-summary":"^1.0.1", |
55 | 58 | "mdast":"^2.1.0",
|
56 | 59 | "mocha":"^2.2.5",
|
57 | 60 | "nlcst-to-string":"^1.0.0",
|
|
61 | 64 | "stemming-x-keywords":"^1.0.3",
|
62 | 65 | "textlint":"^5.2.0",
|
63 | 66 | "textlint-formatter-codecov":"^1.0.2",
|
| 67 | +"textlint-formatter-lcov":"^1.0.2", |
64 | 68 | "textlint-rule-max-ten":"^2.0.0",
|
65 | 69 | "textlint-rule-no-double-negative-ja":"^1.0.2",
|
66 | 70 | "textlint-rule-no-doubled-joshi":"^2.0.0",
|
|
70 | 74 | "textlint-rule-prh":"^2.0.0",
|
71 | 75 | "textlint-rule-sentence-length":"^1.0.4",
|
72 | 76 | "textlint-rule-spellcheck-tech-word":"^4.0.1",
|
| 77 | +"textlint-rule-unexpanded-acronym":"^1.2.0", |
73 | 78 | "unist-util-is":"^1.0.0",
|
74 | 79 | "unist-util-parents":"^0.1.1",
|
75 | 80 | "unist-util-select":"^1.0.0"
|
|