summaryrefslogtreecommitdiff
path: root/cli/tests/test_comment_coverage.out
diff options
context:
space:
mode:
authorCasper Beyer <caspervonb@pm.me>2021-01-20 22:51:36 +0800
committerGitHub <noreply@github.com>2021-01-20 15:51:36 +0100
commit413f79a4941d266ca1e6b61de80f83b16f6a4a4e (patch)
treedec9f01b7796bc3c952a446702d1ddbb841af43d /cli/tests/test_comment_coverage.out
parent47263ef6fafdad22546396f9e2ce1ca020c7cd3d (diff)
fix(coverage): ignore comments (#8639)
This commit fixes coverage collection by ignoring comments when tallying up line counts.
Diffstat (limited to 'cli/tests/test_comment_coverage.out')
-rw-r--r--cli/tests/test_comment_coverage.out7
1 files changed, 7 insertions, 0 deletions
diff --git a/cli/tests/test_comment_coverage.out b/cli/tests/test_comment_coverage.out
new file mode 100644
index 000000000..582152fa1
--- /dev/null
+++ b/cli/tests/test_comment_coverage.out
@@ -0,0 +1,7 @@
+[WILDCARD]/tests/$deno$test.ts
+running 1 tests
+test comment ... ok ([WILDCARD])
+
+test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD])
+
+[WILDCARD]/tests/subdir/comment.ts ... 100.000% (4/4)