-
Notifications
You must be signed in to change notification settings - Fork 31.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: improve getCallSites #57732
base: main
Are you sure you want to change the base?
test: improve getCallSites #57732
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #57732 +/- ##
==========================================
+ Coverage 90.23% 90.24% +0.01%
==========================================
Files 630 630
Lines 185055 185197 +142
Branches 36221 36300 +79
==========================================
+ Hits 166984 167140 +156
+ Misses 11043 10988 -55
- Partials 7028 7069 +41 🚀 New features to boost your workflow:
|
Commit Queue failed- Loading data for nodejs/node/pull/57732 ✔ Done loading data for nodejs/node/pull/57732 ----------------------------------- PR info ------------------------------------ Title test: improve getCallSites (#57732) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch jakecastelli:add-lower-bound-range-test -> nodejs:main Labels test, author ready, needs-ci, commit-queue-rebase Commits 2 - test: fix the decimal fractions explaination - test: add test for frame count being 0.5 Committers 1 - Jake Yuesong Li <jake.yuesong@gmail.com> PR-URL: https://github.com/nodejs/node/pull/57732 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/57732 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> -------------------------------------------------------------------------------- ℹ This PR was created on Wed, 02 Apr 2025 15:00:26 GMT ✔ Approvals: 4 ✔ - Marco Ippolito (@marco-ippolito) (TSC): https://github.com/nodejs/node/pull/57732#pullrequestreview-2740219853 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/57732#pullrequestreview-2740921315 ✔ - Chengzhong Wu (@legendecas) (TSC): https://github.com/nodejs/node/pull/57732#pullrequestreview-2742890295 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/57732#pullrequestreview-2745191389 ✔ Last GitHub CI successful ℹ Last Full PR CI on 2025-04-06T13:05:44Z: https://ci.nodejs.org/job/node-test-pull-request/66082/ - Querying data for job/node-test-pull-request/66082/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ No git cherry-pick in progress ✔ No git am in progress ✔ No git rebase in progress -------------------------------------------------------------------------------- - Bringing origin/main up to date... From https://github.com/nodejs/node * branch main -> FETCH_HEAD ✔ origin/main is now up-to-date - Downloading patch for 57732 From https://github.com/nodejs/node * branch refs/pull/57732/merge -> FETCH_HEAD ✔ Fetched commits as a2de5b9150da..9f614ba63daf -------------------------------------------------------------------------------- [main 130a6467ec] test: fix the decimal fractions explaination Author: Jake Yuesong Li <jake.yuesong@gmail.com> Date: Thu Apr 3 01:23:27 2025 +1030 1 file changed, 1 insertion(+), 1 deletion(-) [main 85456ce8ef] test: add test for frame count being 0.5 Author: Jake Yuesong Li <jake.yuesong@gmail.com> Date: Thu Apr 3 01:24:21 2025 +1030 1 file changed, 5 insertions(+) ✔ Patches applied There are 2 commits in the PR. Attempting autorebase. Rebasing (2/4) Executing: git node land --amend --yes --------------------------------- New Message ---------------------------------- test: fix the decimal fractions explainationhttps://github.com/nodejs/node/actions/runs/14299097568 |
The frame count is between 1 and 200. Testing 0.5 will be testing decimal fraction truncation to 0 which is still invalid range.
On a new laptop, haven't moved all the config files across, forgot to |
9f614ba
to
640def1
Compare
dot-left
supposed to bedot-right
The frame count is between 1 and 200. Testing 0.5 will be testing decimal fraction truncation to 0 which is still invalid range.