helpers/helper-coverage

Name: helper-coverage

Owner: Helpers

Description: Template helper for including a code coverage report generated by istanbul.

Created: 2015-04-19 06:45:36.0

Updated: 2016-02-06 21:10:07.0

Pushed: 2016-02-06 21:10:04.0

Homepage: null

Size: 15

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

helper-coverage NPM version Build Status

Template helper for including a code coverage report generated by istanbul.

Install

Install with npm:

m i helper-coverage --save
Usage
coverage = require('helper-coverage');

pecify the file to include (generated by istanbul)
rage('coverage/summary.txt');
Live examples
Registering the helper

Handlebars

Register and use the helper with handlebars:

handlebars = require('handlebars');
lebars.registerHelper('coverage', require('helper-coverage'));
lebars.compile('{{coverage "coverage/summary.txt"}}')();

Verb

Register and use the helper with verb

verb = require('verb');
.helper('coverage', require('helper-coverage'));
.render('{%= coverage("coverage/summary.txt") %}');
Related projects

Use the helper with one of these great projects:

Register the helper with your engine of choice:

Or any other engine that has support for helper functions.

Related projects
Running tests

Install dev dependencies:

m i -d && npm test
Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

Author

Jon Schlinkert

License

Copyright © 2016 Jon Schlinkert Released under the MIT license.


This file was generated by verb, v0.9.0, on February 06, 2016.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.