Skip to content

azu/textlint-formatter-lcov

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

textlint formatter for lcov format

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published