diff options
author | Casper Beyer <caspervonb@pm.me> | 2020-12-21 21:04:25 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-21 14:04:25 +0100 |
commit | 3078fcf55a8aa04d26316ab353d84f2c9512bd47 (patch) | |
tree | 811793f89b88c7bb6294c92583237e7fb03ca46e /cli/tests/test_coverage.out | |
parent | d5ee168468a431140d2903e0a03ea0eeea491874 (diff) |
feat(unstable): record raw coverage into a directory (#8642)
Diffstat (limited to 'cli/tests/test_coverage.out')
-rw-r--r-- | cli/tests/test_coverage.out | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/tests/test_coverage.out b/cli/tests/test_coverage.out index a4b37e4de..b8423e7fd 100644 --- a/cli/tests/test_coverage.out +++ b/cli/tests/test_coverage.out @@ -15,11 +15,11 @@ cover [WILDCARD]/cli/tests/subdir/mod1.ts ... 35.714% (5/14) 11 | export function throwsError() { 12 | throw Error("exception from mod1"); 13 | } -cover [WILDCARD]/cli/tests/subdir/subdir2/mod2.ts ... 62.500% (5/8) - 5 | export function printHello2() { - 6 | printHello(); - 7 | } cover [WILDCARD]/cli/tests/subdir/print_hello.ts ... 25.000% (1/4) 1 | export function printHello() { 2 | console.log("Hello"); 3 | } +cover [WILDCARD]/cli/tests/subdir/subdir2/mod2.ts ... 62.500% (5/8) + 5 | export function printHello2() { + 6 | printHello(); + 7 | } |