A textlint output formatter that produces LCOV coverage format for text linting results, enabling integration with code coverage services like Codecov. Current stable version is 1.0.2, with low maintenance cadence. It converts textlint's linting output into LCOV format (used by code coverage tools), allowing text coverage visualization. Simpler than textlint-formatter-codecov, which provides JSON output with messages.
npm install textlint-formatter-lcovNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs dependencies and runs textlint with lcov formatter, output to stdout or piped to codecov.
Ensure textlint is installed as a peer dependency.
Keep textlint version compatible with this formatter.
Run `npm install -D textlint-formatter-lcov` and use via CLI, not programmatic require.