-
Thanks for the great tool!
I'm currently in the process of converting a project from untyped Javascript to TypeScript. I would like to use tscov to track my progress.
My process is to slowly con…
-
I'd like to start a discussion about a feature request code / test coverage.
In [Fastify](https://github.com/fastify/fastify/blob/next/fastify.d.ts) type system, we have a collection of type defin…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Looks like tscov is missing from dev dependencies
Adding this and running
npm run type:coverage
shows error
Error: ENOENT: no such file or directory, stat '/home/mwoodpatrick/projects/git/…
-
Hi, thanks for your package.
I was wondering if you suggest segmenting continuous data before applying the ZapLine algorithm. I tried to use it on a rather large chunk of data and it failed while t…
-
As far as I'm aware, it's not possible to type the parameter for a catch block. [Here](https://github.com/Microsoft/TypeScript/issues/8677#issuecomment-220385124) is a relevant discussion of error han…
-
Imagine I want to use this as a pre-push hook which checks and enforces the type coverage limit on VCS level. Is there an easy way to run this on specific files or only on changed files (VCS). I looke…