Skip to content

Development#252

Draft
nadeem-cs wants to merge 5 commits intostagingfrom
development
Draft

Development#252
nadeem-cs wants to merge 5 commits intostagingfrom
development

Conversation

@nadeem-cs
Copy link
Contributor

No description provided.

harshithad0703 and others added 5 commits February 2, 2026 13:25
- Add null check at the top of getTag to return empty object early,
  preventing TypeError when Object.entries receives null or undefined
  (typeof null === "object" in JS, so null slipped through the switch)
- Add test cases covering null/undefined field values, null/undefined
  entries, multiple null fields, and nested null objects (Issue #193)

Co-authored-by: Cursor <cursoragent@cursor.com>
fix: guard against null/undefined in getTag function
@github-actions
Copy link

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements
99.1% (+0.01% 🔼)
659/665
🟢 Branches
91.96% (-0.48% 🔻)
492/535
🟢 Functions 100% 143/143
🟢 Lines
99.35% (+0.01% 🔼)
609/613
Show files with reduced coverage 🔻
St.
File Statements Branches Functions Lines
🟢 entry-editable.ts
97.65% (+0.15% 🔼)
91.74% (-1.95% 🔻)
100%
98.65% (+0.1% 🔼)
🟢 gql.ts 100%
90.91% (-9.09% 🔻)
100% 100%

Test suite run success

412 tests passing in 21 suites.

Report generated by 🧪jest coverage report action from e727346

@github-actions
Copy link

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements
99.1% (+0.01% 🔼)
659/665
🟢 Branches
91.96% (-0.48% 🔻)
492/535
🟢 Functions 100% 143/143
🟢 Lines
99.35% (+0.01% 🔼)
609/613
Show files with reduced coverage 🔻
St.
File Statements Branches Functions Lines
🟢 entry-editable.ts
97.65% (+0.15% 🔼)
91.74% (-1.95% 🔻)
100%
98.65% (+0.1% 🔼)
🟢 gql.ts 100%
90.91% (-9.09% 🔻)
100% 100%

Test suite run success

412 tests passing in 21 suites.

Report generated by 🧪jest coverage report action from e727346

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants