1.0.2 • Published 8 years ago

textlint-formatter-lcov v1.0.2

Weekly downloads
14
License
MIT
Repository
github
Last release
8 years ago

textlint-formatter-lcov

textlint formatter for lcov format.

Installation

npm install textlint-formatter-lcov

Usage

npm install -D textlint textlint-formatter-lcov
textlint -f lcov README.md

Example Usage

textlint with Codecov.

npm install -D textlint textlint-formatter-lcov codecov.io
$(npm bin)/textlint -f lcov example/README.md | $(npm bin)/codecov

Result: codecov.io

result

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.

messsage

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT