main
feat(cli): print working dir in grey in stack traces, relative paths in check + compile output (#31194)
feat(coverage): add function coverage to summary and HTML reports (#32507)
fix(coverage): correct line and branch counts in coverage reports (#32312)
fix(coverage): count a branch-junction line as covered when either arm runs (#35858)
fix(coverage): exclude transformer-injected helpers from coverage (#33481)
fix(test): use `#` instead of `$` as the doc test virtual file sigil (#35095)
fix: flush CPU profile and coverage data on Deno.exit() (#32591)
fix(coverage): don't let a trailing comment change a line's hit count (#35741)
fix(coverage): merge coverage for modules loaded with different hash/search params (#35354)
chore: move more tests away from itest (#22909)
fix(coverage): exclude linked/patched packages from coverage report (#34834)
feat(coverage): add configurable coverage thresholds (#35056)
chore: regression test for `deno test --coverage` rejection reporting (#34540)