mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
d55444b41c
This commit omits files from the coverage report that have no lines of code to report coverage for. Fixes: https://github.com/denoland/deno/issues/14683
3 lines
49 B
TypeScript
3 lines
49 B
TypeScript
export interface TestInterface {
|
|
id: string;
|
|
}
|