https://github.com/azu/lcov-summary
Cat lcov file and show summary of coverage to terminal.
https://github.com/azu/lcov-summary
lcov reporter
Last synced: 2 days ago
JSON representation
Cat lcov file and show summary of coverage to terminal.
- Host: GitHub
- URL: https://github.com/azu/lcov-summary
- Owner: azu
- License: mit
- Created: 2016-01-06T04:14:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-06T04:43:59.000Z (over 9 years ago)
- Last Synced: 2025-04-15T08:17:55.722Z (6 months ago)
- Topics: lcov, reporter
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lcov-summary
Cat lcov file and show summary of coverage to terminal.
## Installation
npm install lcov-summary
Dependencies
- [davglass/lcov-parse](https://github.com/davglass/lcov-parse "davglass/lcov-parse")
## Usage
cat lcov.info | lcov-summary
# or
lcov-summary lcov.info`lcov.info` should be compatible for [lcov](http://ltp.sourceforge.net/coverage/lcov/geninfo.1.php) format.
If you want to get no-color version, please use `--no-color` option.
$ lcov-summary --no-color lcov.info
### Example
$ lcov-summary test/fixtures/lcov.info
## Tests
npm test
## 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