1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/tests/test_coverage.out
Casper Beyer 755cfa98eb
feat(unstable): deno test --coverage (#6901)
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".
2020-09-13 15:01:30 +02:00

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%