1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-26 17:19:06 -05:00
denoland-deno/docs
Casper Beyer ae8874b4b2
feat: add "deno coverage" subcommand (#8664)
This commit adds a new subcommand called "coverage" 
which can generate code coverage reports to stdout in 
multiple formats from code coverage profiles collected to disk.

Currently this supports outputting a pretty printed diff and 
the lcov format for interoperability with third-party services and tools.

Code coverage is still collected via other subcommands 
that run and collect code coverage such as 
"deno test --coverage=<directory>" but that command no 
longer prints a pretty printed report at the end of a test 
run with coverage collection enabled.

The restrictions on which files that can be reported on has 
also been relaxed and are fully controllable with the include 
and exclude regular expression flags on the coverage subcommand.

Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
2021-02-24 15:27:51 +01:00
..
contributing chore: rename default branch to main (#9503) 2021-02-19 15:58:19 +01:00
examples docs(example/tcp_echo): fix TCP echo leaking resources (#8997) 2021-01-05 12:09:50 +01:00
getting_started docs: update getting started for coc (#9571) 2021-02-22 15:35:12 +11:00
images feat(cli): support auth tokens for accessing private modules (#9508) 2021-02-16 13:50:27 +11:00
linking_to_external_code docs: Use JSONC code block for commenting (#9511) 2021-02-17 12:18:39 +11:00
runtime chore: rename default branch to main (#9503) 2021-02-19 15:58:19 +01:00
testing rename(std/testing): rename assert*Contains to assert*Includes (#7951) 2020-10-26 16:03:30 +01:00
tools docs(tools/compiler): add docs for new features in 1.7 (#9258) 2021-01-27 13:33:51 +09:00
typescript docs: update implied tsconfig for "useDefineForClassFields" (#9196) 2021-01-21 16:38:15 +11:00
contributing.md docs: Remove outdated information about third_party/ directory (#8973) 2021-01-04 18:13:53 +01:00
embedding_deno.md Multi page manual (#5110) 2020-05-06 18:21:13 -04:00
examples.md docs(examples): Synchronize links in TOC and index (#8635) 2020-12-06 17:23:56 +01:00
getting_started.md docs: improve manual around typescript (#8139) 2021-01-20 09:28:58 +11:00
introduction.md fix link (#9472) 2021-02-11 14:14:23 -05:00
linking_to_external_code.md feat: add $STD_VERSION replacement variable in docs (#6922) 2020-07-31 11:12:20 +02:00
runtime.md chore: rename default branch to main (#9503) 2021-02-19 15:58:19 +01:00
standard_library.md chore: rename default branch to main (#9503) 2021-02-19 15:58:19 +01:00
testing.md feat: add "deno coverage" subcommand (#8664) 2021-02-24 15:27:51 +01:00
toc.json feat(cli): support auth tokens for accessing private modules (#9508) 2021-02-16 13:50:27 +11:00
tools.md feat(cli/standalone): support runtime flags for deno compile (#8738) 2021-01-05 00:15:52 +01:00
typescript.md docs: improve manual around typescript (#8139) 2021-01-20 09:28:58 +11:00