1.0.2 • Published 10 years ago
textlint-formatter-lcov v1.0.2
textlint-formatter-lcov
textlint formatter for lcov format.
Installation
npm install textlint-formatter-lcovUsage
npm install -D textlint textlint-formatter-lcov
textlint -f lcov README.mdExample Usage
textlint with Codecov.
npm install -D textlint textlint-formatter-lcov codecov.io
$(npm bin)/textlint -f lcov example/README.md | $(npm bin)/codecov
Similar formatter
FAQ
Which formatter is better for Code Coverage(Text Coverage)?
We recommended that use Codecov with textlint-formatter-codecov.
Because, Codecov JSON support messages.

Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
License
MIT