mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
755cfa98eb
This commit adds basic support for collecting coverage data using "deno test". Currently the report is only a text added to the end of output from "deno test".
10 lines
342 B
Text
10 lines
342 B
Text
[WILDCARD]
|
|
running 1 tests
|
|
test returnsHiSuccess ... ok ([WILDCARD])
|
|
|
|
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD])
|
|
|
|
test coverage:
|
|
file://[WILDCARD]/cli/tests/subdir/mod1.ts 57.143%
|
|
file://[WILDCARD]/cli/tests/subdir/subdir2/mod2.ts 50.000%
|
|
file://[WILDCARD]/cli/tests/subdir/print_hello.ts 50.000%
|