deno_core
deno_core copied to clipboard
refactor: Rewrite `LocalInspectorSession` for `node:inspector` support
Codecov Report
Attention: Patch coverage is 0% with 106 lines in your changes missing coverage. Please review.
Project coverage is 81.22%. Comparing base (
0c7f83e) to head (8b45e26). Report is 316 commits behind head on main.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| core/inspector.rs | 0.00% | 71 Missing :warning: |
| core/ops_builtin_v8.rs | 0.00% | 27 Missing :warning: |
| core/runtime/jsruntime.rs | 0.00% | 8 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## main #883 +/- ##
==========================================
- Coverage 81.43% 81.22% -0.22%
==========================================
Files 97 98 +1
Lines 23877 24882 +1005
==========================================
+ Hits 19445 20211 +766
- Misses 4432 4671 +239
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
Closing in favor of https://github.com/denoland/deno_core/pull/938