Alex Canessa

Results 86 comments of Alex Canessa

I did mock the `lint` function from `type-coverage-core` but at a very basic level + done some tests. I'd like to have both unit and integration testing - I think...

@OmgImAlexis shouldn't you add `dist` to your ignore folders in the `tsconfig` instead?

@OmgImAlexis in theory it matches anything that TS matches too? I am not sure.

This is a very interesting idea. We'd need to implement this feature in https://github.com/plantain-00/type-coverage first, to then be able to report it. The idea is to use different reporters for...

Good point, we could just create a JSON file and fetch it instead 🤔.

Possible options would be `JSON`, `lcov` and `cobertura` for now. Could add a `reporters` option like Istanbul has.

https://github.com/alexcanessa/typescript-coverage-report/commit/6bb454deeb7a3bb56a3a551d557ae112ffa8a4f1 does some work towards this feature.

I think the ` causes problems to codemirror. I wonder if just upgrading the version fixes the problem.