From 9965fc8cc35afc0ff4b338b0d893742b84fe102d Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Sat, 30 Jan 2021 03:45:22 +0800 Subject: fix(cli/coverage): display mapped instrumentation line counts (#9310) --- cli/tests/test_complex_coverage.out | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 cli/tests/test_complex_coverage.out (limited to 'cli/tests/test_complex_coverage.out') diff --git a/cli/tests/test_complex_coverage.out b/cli/tests/test_complex_coverage.out new file mode 100644 index 000000000..1082d098c --- /dev/null +++ b/cli/tests/test_complex_coverage.out @@ -0,0 +1,18 @@ +Check [WILDCARD]/tests/$deno$test.ts +running 1 tests +test complex ... ok ([WILDCARD]) + +test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD]) + +cover [WILDCARD]/tests/subdir/complex.ts ... 50.000% (10/20) + 25 | export function unused( + 26 | foo: string, + 27 | bar: string, + 28 | baz: string, +-----|----- + 30 | return complex( + 31 | foo, + 32 | bar, + 33 | baz, + 34 | ); + 35 | } -- cgit v1.2.3