Skip to content

Repository files navigation

learning-code-coverage

Companion code repo for a blog post series:

Setup

$ yarn global add typescript@2
$ git clone git@github.com:amarnus/learning-code-coverage.git
$ cd learning-code-coverage/
$ yarn

Usage

# compile
$ tsc
# stats
$ node bin/stats.js
# instrument
$ node bin/instrument.js > source.instrumented.js
# test
$ npm test# visualize
$ genhtml -o html/ ./lcov.info

About

Companion code repo for a blog post series:

Topics

Resources

Stars

9 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages