mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
feat(test): support DENO_COVERAGE_DIR env var (#28291)
This PR adds support of `DENO_COVERAGE_DIR` for controlling coverage output.
This commit is contained in:
parent
a5b407c390
commit
202f5f3910
6 changed files with 43 additions and 1 deletions
3
tests/specs/coverage/set_coverage_in_env_var/source.ts
Normal file
3
tests/specs/coverage/set_coverage_in_env_var/source.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
export function add(a: number, b: number): number {
|
||||
return a + b;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue