| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Review requested:
|
Sorry, something went wrong.
|
I bring with me my concerns from the other PR, but I'm curious what others think |
Sorry, something went wrong.
Now I see what you meant. I will dig into it. |
Sorry, something went wrong.
Codecov ReportAttention: Patch coverage is 44.44444% with 15 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #55228 +/- ##
==========================================
- Coverage 88.41% 88.40% -0.02%
==========================================
Files 652 652
Lines 186756 186785 +29
Branches 36100 36101 +1
==========================================
- Hits 165126 165119 -7
- Misses 14906 14931 +25
- Partials 6724 6735 +11
|
Sorry, something went wrong.
how's this possible? |
Sorry, something went wrong.
In my experience, codecov isn't always exactly accurate. Regardless, it's nothing to be concerned about. |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
It's the assertion on stdout TAP version 13 # Subtest: /Users/edysilva/projects/contributions/node/test/fixtures/test-runner/source-maps/invalid-json/index.js ok 1 - /Users/edysilva/projects/contributions/node/test/fixtures/test-runner/source-maps/invalid-json/index.js --- duration_ms: 38.544167 ... 1..1 # Warning: Could not report code coverage. TypeError: Cannot read properties of null (reading 'sourcesContent') # tests 1 # suites 0 # pass 1 # fail 0 # cancelled 0 # skipped 0 # todo 0 # duration_ms 43.42 this message is not being printed. When I run ./node --test --experimental-test-coverage --test-reporter tap test/fixtures/test-runner/source-maps/missing-sources/index.js it prints the message though. TAP version 13 # Subtest: test/fixtures/test-runner/source-maps/missing-sources/index.js ok 1 - test/fixtures/test-runner/source-maps/missing-sources/index.js --- duration_ms: 301.77525 ... 1..1 # Warning: Could not report code coverage. Error [ERR_SOURCE_MAP_MISSING_SOURCE]: Cannot find 'file:///Users/edysilva/projects/contributions/node/test/fixtures/test-runner/source-maps/missing-sources/nonexistent.js' imported from the source map for 'file:///Users/edysilva/projects/contributions/node/test/fixtures/test-runner/source-maps/missing-sources/index.js' # tests 1 # suites 0 # pass 1 # fail 0 # cancelled 0 # skipped 0 # todo 0 # duration_ms 305.851208 Sorry @redyetidev . Newbie working. I think I need to recompile |
Sorry, something went wrong.
|
Try rebasing to include your other PR? |
Sorry, something went wrong.
Sorry, something went wrong.
|
This Refs two issues. Does it actually fix either/both of them? |
Sorry, something went wrong.
I'd say yes. I'm pretty sure it solves #54753. Could you confirm for #55106 @redyetidev ? |
Sorry, something went wrong.
|
There aren't any tests to confirm that, can you no longer reproduce the errors described? I would assume your other PR fixes that one |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Refs: #55106 #54753