A textlint formatter that outputs code coverage JSON compatible with Codecov. Version 1.0.2 is the latest stable release. It transforms textlint lint results into a Codecov JSON format allowing text coverage tracking. Differentiates by enabling text coverage metrics in code coverage reports, integrating linting with CI/CD pipelines. Low maintenance cadence; last updated years ago.
npm install textlint-formatter-codecovNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows two usage patterns: CLI pipe to codecov.io and programmatic usage with textlint API.
Consider using textlint's built-in formatters or a maintained alternative.
Only use this formatter when piping to codecov.io or processing Codecov JSON.
Ensure textlint is installed: npm install textlint
Run npm install textlint-formatter-codecov --save-dev
Use import formatter from 'textlint-formatter-codecov'
Ensure textlint-formatter-codecov is installed globally or locally with correct spelling.
No dependency data recorded yet.