You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds a `npm run coverage` script.
It does not introduce Travis + coveralls.io/codecov.io
integration yet, this is just the first step aimed at
getting coverage reports locally.
Has two reporters enabled: `text-summary` (to console) and
`html` (detailed output written to `./coverage/` dir).
`instrument` is required for coverage to work
`sourceMap` is required for proper source highlighting.
`cache` seems to be broken in ts-node setup, so it is
explicitly disabled.
All *.ts files from `src/` directory are analyzed,
excluding tests.
0 commit comments