Skip to content

Conversation

@tniessen
Copy link
Member

Using the C-style constant 0 to represent a null pointer is less type safe than the C++-style constant nullptr, so we should always be using nullptr instead of 0.

Using the C-style constant `0` to represent a null pointer is less type
safe than the C++-style constant `nullptr`, so we should always be using
`nullptr` instead of `0`.
@tniessen tniessen added the c++ Issues and PRs that require attention from people who are familiar with C++. label Jan 17, 2026
@nodejs-github-bot nodejs-github-bot added the needs-ci PRs that need a full CI run. label Jan 17, 2026
@addaleax addaleax added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. request-ci Add this label to start a Jenkins CI on a PR. labels Jan 17, 2026
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jan 17, 2026
@nodejs-github-bot
Copy link
Collaborator

@codecov
Copy link

codecov bot commented Jan 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.52%. Comparing base (2679b62) to head (e1b8516).
⚠️ Report is 27 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #61407   +/-   ##
=======================================
  Coverage   88.52%   88.52%           
=======================================
  Files         704      704           
  Lines      208796   208804    +8     
  Branches    40312    40314    +2     
=======================================
+ Hits       184828   184836    +8     
+ Misses      15955    15952    -3     
- Partials     8013     8016    +3     
Files with missing lines Coverage Δ
src/node_webstorage.cc 74.74% <100.00%> (+0.13%) ⬆️

... and 39 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@nodejs-github-bot
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants