textlint formatter for lcov format.
npm install textlint-formatter-lcov
npm install -D textlint textlint-formatter-lcov
textlint -f lcov README.md
textlint with Codecov.
npm install -D textlint textlint-formatter-lcov codecov.io
$(npm bin)/textlint -f lcov example/README.md | $(npm bin)/codecov
We recommended that use Codecov with textlint-formatter-codecov.
Because, Codecov JSON support messages
.
- 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
MIT